Upgrade to Testcontainers 1.17.1.

See #1708
This commit is contained in:
Mark Paluch
2022-04-19 09:09:55 +02:00
parent 8fa0ed8449
commit d32bc43991

View File

@@ -129,7 +129,7 @@
<spring>5.3.18</spring>
<spring-hateoas>1.5.0-M2</spring-hateoas>
<spring-plugin>2.0.0.RELEASE</spring-plugin>
<testcontainers>1.16.3</testcontainers>
<testcontainers>1.17.1</testcontainers>
<threetenbp>1.5.2</threetenbp>
<validation>1.1.0.Final</validation>
<vavr>0.10.4</vavr>
@@ -274,8 +274,7 @@
<exclude>org.springframework.data:*</exclude>
</excludes>
</requireReleaseDeps>
<NoSnapshotDependenciesInDependencyManagementRule
implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
<NoSnapshotDependenciesInDependencyManagementRule implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
<onlyWhenRelease>true</onlyWhenRelease>
</NoSnapshotDependenciesInDependencyManagementRule>
</rules>