Skip to content

Commit 9803200

Browse files
Bump the testcontainers group with 4 updates
Bumps the testcontainers group with 4 updates: [Testcontainers.Postgresql](https://github.com/testcontainers/testcontainers-dotnet), [Testcontainers.Azurite](https://github.com/testcontainers/testcontainers-dotnet), [Testcontainers.MsSql](https://github.com/testcontainers/testcontainers-dotnet) and [Testcontainers.Redis](https://github.com/testcontainers/testcontainers-dotnet). Updates `Testcontainers.Postgresql` from 3.8.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.8.0...3.9.0) Updates `Testcontainers.Azurite` from 3.8.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.8.0...3.9.0) Updates `Testcontainers.MsSql` from 3.8.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.8.0...3.9.0) Updates `Testcontainers.Redis` from 3.8.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.8.0...3.9.0) --- updated-dependencies: - dependency-name: Testcontainers.Postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers - dependency-name: Testcontainers.Azurite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers - dependency-name: Testcontainers.MsSql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers - dependency-name: Testcontainers.Redis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b8c4c7 commit 9803200

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/FluentCommand.PostgreSQL.Tests/FluentCommand.PostgreSQL.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="dbup-postgresql" Version="5.0.40" />
3030
<PackageReference Include="Npgsql" Version="8.0.3" />
3131
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
32-
<PackageReference Include="Testcontainers.Postgresql" Version="3.8.0" />
32+
<PackageReference Include="Testcontainers.Postgresql" Version="3.9.0" />
3333
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
3434
<PrivateAssets>all</PrivateAssets>
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

test/FluentCommand.SqlServer.Tests/FluentCommand.SqlServer.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.6" />
3636
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
3737
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
38-
<PackageReference Include="Testcontainers.Azurite" Version="3.8.0" />
39-
<PackageReference Include="Testcontainers.MsSql" Version="3.8.0" />
40-
<PackageReference Include="Testcontainers.Redis" Version="3.8.0" />
38+
<PackageReference Include="Testcontainers.Azurite" Version="3.9.0" />
39+
<PackageReference Include="Testcontainers.MsSql" Version="3.9.0" />
40+
<PackageReference Include="Testcontainers.Redis" Version="3.9.0" />
4141
<PackageReference Include="Verify.Xunit" Version="25.0.2" />
4242
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
4343
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)