Skip to content

Commit

Permalink
Bump Testcontainers.RabbitMq from 3.10.0 to 4.0.0 in /src/backend
Browse files Browse the repository at this point in the history
Bumps [Testcontainers.RabbitMq](https://github.com/testcontainers/testcontainers-dotnet) 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: 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 6, 2024
1 parent 9f888cd commit 4246a20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/backend/WebApi.Tests/WebApi.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PackageReference>
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Testcontainers.MsSql" Version="3.10.0" />
<PackageReference Include="Testcontainers.RabbitMq" Version="3.10.0" />
<PackageReference Include="Testcontainers.RabbitMq" Version="4.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions tests/backend/WebApi.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
},
"Testcontainers.RabbitMq": {
"type": "Direct",
"requested": "[3.10.0, )",
"resolved": "3.10.0",
"contentHash": "ih6Pbx68k4Q4qxJQWB5pRIidiXLHhY970N/CDXe1vKYUn9gkz1ZzJe4cTeqHdHKEYmrsNtWlB0u52sawMlKeBw==",
"requested": "[4.0.0, )",
"resolved": "4.0.0",
"contentHash": "8x0kkzpLRTYLbQq3gQ4jwX62SfhSaeZQn89U33W3vkux536joayDrfLiF19hJYI4wEbytEMV2+Lal1TgQCY+Eg==",
"dependencies": {
"Testcontainers": "3.10.0"
"Testcontainers": "4.0.0"
}
},
"Azure.Core": {
Expand Down Expand Up @@ -1025,8 +1025,8 @@
},
"Testcontainers": {
"type": "Transitive",
"resolved": "3.10.0",
"contentHash": "4oFyiUPCOM3s/sKDnIcOJZIn664d/8+fPvODDlfbb0QAfQqHlqjc2kIoFOLAt3oJRZP9/FJtTvcNvp9j7h4UBA==",
"resolved": "4.0.0",
"contentHash": "wLG4Ls/A4jNB7b2ZrhtCUCHFBinDXohgvZ54fJB+kLVkxrqSuyQHdKwlIwPLgLSVGfPaMIAkZOEFVDSoEa1VxA==",
"dependencies": {
"Docker.DotNet": "3.125.15",
"Docker.DotNet.X509": "3.125.15",
Expand Down

0 comments on commit 4246a20

Please sign in to comment.