Skip to content

Commit d32bc43

Browse files
committed
Upgrade to Testcontainers 1.17.1.
See #1708
1 parent 8fa0ed8 commit d32bc43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

parent/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<spring>5.3.18</spring>
130130
<spring-hateoas>1.5.0-M2</spring-hateoas>
131131
<spring-plugin>2.0.0.RELEASE</spring-plugin>
132-
<testcontainers>1.16.3</testcontainers>
132+
<testcontainers>1.17.1</testcontainers>
133133
<threetenbp>1.5.2</threetenbp>
134134
<validation>1.1.0.Final</validation>
135135
<vavr>0.10.4</vavr>
@@ -274,8 +274,7 @@
274274
<exclude>org.springframework.data:*</exclude>
275275
</excludes>
276276
</requireReleaseDeps>
277-
<NoSnapshotDependenciesInDependencyManagementRule
278-
implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
277+
<NoSnapshotDependenciesInDependencyManagementRule implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
279278
<onlyWhenRelease>true</onlyWhenRelease>
280279
</NoSnapshotDependenciesInDependencyManagementRule>
281280
</rules>

0 commit comments

Comments
 (0)