Skip to content

Commit d12a9fa

Browse files
Package Dependencies: Bump the testcontainers group with 2 updates (#48)
Bumps the testcontainers group with 2 updates: [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet) and [Testcontainers.PostgreSql](https://github.com/testcontainers/testcontainers-dotnet). Updates `Testcontainers` from 3.7.0 to 3.9.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](testcontainers/testcontainers-dotnet@3.7.0...3.9.0) Updates `Testcontainers.PostgreSql` from 3.7.0 to 3.9.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](testcontainers/testcontainers-dotnet@3.7.0...3.9.0) Updates `Testcontainers` from 3.7.0 to 3.9.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](testcontainers/testcontainers-dotnet@3.7.0...3.9.0) --- updated-dependencies: - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers - dependency-name: Testcontainers.PostgreSql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1112dd3 commit d12a9fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

QueryKit.IntegrationTests/QueryKit.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.1" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.1" />
1919
<PackageReference Include="CleanMoq" Version="1.0.0" />
20-
<PackageReference Include="Testcontainers" Version="3.7.0" />
21-
<PackageReference Include="Testcontainers.PostgreSql" Version="3.7.0" />
20+
<PackageReference Include="Testcontainers" Version="3.9.0" />
21+
<PackageReference Include="Testcontainers.PostgreSql" Version="3.9.0" />
2222
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
2323
<PackageReference Include="xunit" Version="2.6.6" />
2424
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">

0 commit comments

Comments
 (0)