Skip to content

Commit

Permalink
Bump Testcontainers and Testcontainers.Couchbase
Browse files Browse the repository at this point in the history
Bumps [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet) and [Testcontainers.Couchbase](https://github.com/testcontainers/testcontainers-dotnet). These dependencies needed to be updated together.

Updates `Testcontainers` 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.Couchbase` 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: Testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Testcontainers.Couchbase
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 8473805 commit 11167e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="Npgsql" Version="9.0.1" />
<PackageReference Include="Testcontainers" Version="4.0.0" />
<PackageReference Include="Testcontainers.Couchbase" Version="4.0.0" />
<PackageReference Include="Testcontainers" Version="4.1.0" />
<PackageReference Include="Testcontainers.Couchbase" Version="4.1.0" />
<PackageReference Include="Testcontainers.MongoDb" Version="4.0.0" />
<PackageReference Include="Testcontainers.PostgreSql" Version="4.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 11167e3

Please sign in to comment.