Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Logging.Abstractions and Testcontainers.Rab…
Browse files Browse the repository at this point in the history
…bitMq

Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) and [Testcontainers.RabbitMq](https://github.com/testcontainers/testcontainers-dotnet). These dependencies needed to be updated together.

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

Updates `Testcontainers.RabbitMq` from 3.10.0 to 4.0.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.10.0...4.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Testcontainers.RabbitMq
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 822d7df commit 72a2685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
<PackageVersion Include="FluentAssertions" Version="6.12.1" />
<PackageVersion Include="Respawn" Version="6.2.1" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="Testcontainers" Version="3.10.0" />
<PackageVersion Include="Testcontainers" Version="4.0.0" />
<PackageVersion Include="Testcontainers.PostgreSql" Version="3.10.0" />
<PackageVersion Include="Testcontainers.RabbitMq" Version="3.10.0" />
<PackageVersion Include="Testcontainers.RabbitMq" Version="4.0.0" />
<PackageVersion Include="Testcontainers.Redis" Version="3.10.0" />
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="RestSharp" Version="112.1.0" />
Expand Down

0 comments on commit 72a2685

Please sign in to comment.