Skip to content

Commit cc4d3c8

Browse files
Bump Testcontainers from 4.0.0 to 4.1.0 (#24)
Bumps [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet) 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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c55dc24 commit cc4d3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Styra.Opa.AspNetCore.Tests/Styra.Opa.AspNetCore.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.11" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1515
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
16-
<PackageReference Include="Testcontainers" Version="4.0.0" />
16+
<PackageReference Include="Testcontainers" Version="4.1.0" />
1717
<PackageReference Include="xunit" Version="2.9.2" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)