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.0` | `8.0.2` |
| [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `8.0.2` |
| [Testcontainers.Postgresql](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |
| [Testcontainers.Azurite](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |
| [Testcontainers.MsSql](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |
| [Testcontainers.Redis](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |


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

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

Updates `Testcontainers.Postgresql` from 4.0.0 to 4.1.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.0.0...4.1.0)

Updates `Testcontainers.Azurite` from 4.0.0 to 4.1.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.0.0...4.1.0)

Updates `Testcontainers.MsSql` from 4.0.0 to 4.1.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.0.0...4.1.0)

Updates `Testcontainers.Redis` from 4.0.0 to 4.1.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.0.0...4.1.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 Dec 10, 2024
1 parent 6aa8cc3 commit 0ec2cb8
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.0" />
<PackageReference Include="Npgsql" Version="9.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Testcontainers.Postgresql" Version="4.0.0" />
<PackageReference Include="Testcontainers.Postgresql" Version="4.1.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<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.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Testcontainers.Azurite" Version="4.0.0" />
<PackageReference Include="Testcontainers.MsSql" Version="4.0.0" />
<PackageReference Include="Testcontainers.Redis" Version="4.0.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="Verify.Xunit" Version="28.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 0ec2cb8

Please sign in to comment.