Skip to content

Commit 9fa2024

Browse files
Bump Testcontainers in /eFormAPI/Plugins/BackendConfiguration.Pn
Bumps [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet) from 3.9.0 to 3.10.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.9.0...3.10.0) --- updated-dependencies: - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b6ece9 commit 9fa2024

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
21-
<PackageReference Include="Testcontainers" Version="3.9.0" />
21+
<PackageReference Include="Testcontainers" Version="3.10.0" />
2222
<PackageReference Include="Testcontainers.MariaDb" Version="3.9.0" />
2323
</ItemGroup>
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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.9.0" />
15+
<PackageReference Include="Testcontainers" Version="3.10.0" />
1616
<PackageReference Include="Testcontainers.MariaDb" Version="3.9.0" />
1717
</ItemGroup>
1818

0 commit comments

Comments
 (0)