Skip to content

Commit 99a6d3d

Browse files
Bump Testcontainers.MariaDb and Testcontainers
Bumps [Testcontainers.MariaDb](https://github.com/testcontainers/testcontainers-dotnet) and [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet). These dependencies needed to be updated together. Updates `Testcontainers.MariaDb` 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) Updates `Testcontainers` 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.MariaDb dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 717daf9 commit 99a6d3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eFormAPI/Plugins/BackendConfiguration.Pn/BackendConfiguration.Pn.Integration.Test/BackendConfiguration.Pn.Integration.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
21-
<PackageReference Include="Testcontainers" Version="3.10.0" />
22-
<PackageReference Include="Testcontainers.MariaDb" Version="3.10.0" />
21+
<PackageReference Include="Testcontainers" Version="4.0.0" />
22+
<PackageReference Include="Testcontainers.MariaDb" Version="4.0.0" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

eFormAPI/Plugins/BackendConfiguration.Pn/BackendConfiguration.Pn.Test/BackendConfiguration.Pn.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<PackageReference Include="NSubstitute" Version="5.1.0" />
1313
<PackageReference Include="NUnit" Version="3.14.0" />
1414
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
15-
<PackageReference Include="Testcontainers" Version="3.10.0" />
16-
<PackageReference Include="Testcontainers.MariaDb" Version="3.10.0" />
15+
<PackageReference Include="Testcontainers" Version="4.0.0" />
16+
<PackageReference Include="Testcontainers.MariaDb" Version="4.0.0" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)