Skip to content

Commit 4c52e6c

Browse files
Bump the testcontainers group with 6 updates
Bumps the testcontainers group with 6 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `9.0.2` | `8.0.2` | | [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `9.0.2` | `8.0.3` | | [Testcontainers.PostgreSql](https://github.com/testcontainers/testcontainers-dotnet) | `4.2.0` | `4.3.0` | | [Testcontainers.Azurite](https://github.com/testcontainers/testcontainers-dotnet) | `4.2.0` | `4.3.0` | | [Testcontainers.MsSql](https://github.com/testcontainers/testcontainers-dotnet) | `4.2.0` | `4.3.0` | | [Testcontainers.Redis](https://github.com/testcontainers/testcontainers-dotnet) | `4.2.0` | `4.3.0` | Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.2 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v8.0.2) Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.2 to 8.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v8.0.3) Updates `Testcontainers.PostgreSql` from 4.2.0 to 4.3.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@4.2.0...4.3.0) Updates `Testcontainers.Azurite` from 4.2.0 to 4.3.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@4.2.0...4.3.0) Updates `Testcontainers.MsSql` from 4.2.0 to 4.3.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@4.2.0...4.3.0) Updates `Testcontainers.Redis` from 4.2.0 to 4.3.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@4.2.0...4.3.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: testcontainers - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: testcontainers - 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] <[email protected]>
1 parent 6e18b44 commit 4c52e6c

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
@@ -31,7 +31,7 @@
3131
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
3232
<PackageReference Include="Npgsql" Version="9.0.2" />
3333
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
34-
<PackageReference Include="Testcontainers.Postgresql" Version="4.2.0" />
34+
<PackageReference Include="Testcontainers.Postgresql" Version="4.3.0" />
3535
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
3636
<PrivateAssets>all</PrivateAssets>
3737
<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="9.0.2" />
3636
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
3737
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
38-
<PackageReference Include="Testcontainers.Azurite" Version="4.2.0" />
39-
<PackageReference Include="Testcontainers.MsSql" Version="4.2.0" />
40-
<PackageReference Include="Testcontainers.Redis" Version="4.2.0" />
38+
<PackageReference Include="Testcontainers.Azurite" Version="4.3.0" />
39+
<PackageReference Include="Testcontainers.MsSql" Version="4.3.0" />
40+
<PackageReference Include="Testcontainers.Redis" Version="4.3.0" />
4141
<PackageReference Include="Verify.Xunit" Version="28.12.0" />
4242
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
4343
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)