Skip to content

Commit

Permalink
Bump the testcontainers group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the testcontainers group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `9.0.1` | `8.0.2` |
| [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `9.0.1` | `8.0.2` |
| [Testcontainers.PostgreSql](https://github.com/testcontainers/testcontainers-dotnet) | `4.1.0` | `4.2.0` |
| [Testcontainers.Azurite](https://github.com/testcontainers/testcontainers-dotnet) | `4.1.0` | `4.2.0` |
| [Testcontainers.MsSql](https://github.com/testcontainers/testcontainers-dotnet) | `4.1.0` | `4.2.0` |
| [Testcontainers.Redis](https://github.com/testcontainers/testcontainers-dotnet) | `4.1.0` | `4.2.0` |


Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.1 to 8.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.1...v8.0.2)

Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.1 to 8.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.1...v8.0.2)

Updates `Testcontainers.PostgreSql` from 4.1.0 to 4.2.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.1.0...4.2.0)

Updates `Testcontainers.Azurite` from 4.1.0 to 4.2.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.1.0...4.2.0)

Updates `Testcontainers.MsSql` from 4.1.0 to 4.2.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.1.0...4.2.0)

Updates `Testcontainers.Redis` from 4.1.0 to 4.2.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.1.0...4.2.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]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent 3622f83 commit f59b08c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" />
<PackageReference Include="Npgsql" Version="9.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Testcontainers.Postgresql" Version="4.1.0" />
<PackageReference Include="Testcontainers.Postgresql" Version="4.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Testcontainers.Azurite" Version="4.1.0" />
<PackageReference Include="Testcontainers.MsSql" Version="4.1.0" />
<PackageReference Include="Testcontainers.Redis" Version="4.1.0" />
<PackageReference Include="Testcontainers.Azurite" Version="4.2.0" />
<PackageReference Include="Testcontainers.MsSql" Version="4.2.0" />
<PackageReference Include="Testcontainers.Redis" Version="4.2.0" />
<PackageReference Include="Verify.Xunit" Version="28.10.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit f59b08c

Please sign in to comment.