Skip to content

Commit ccb9786

Browse files
committed
Update to testcontainers 2.0.3
1 parent a1f79d4 commit ccb9786

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<pac4j.version>1.6.0</pac4j.version>
2626
<mockito.version>5.20.0</mockito.version>
2727
<caffeine.version>3.2.0</caffeine.version>
28+
<testcontainers.version>2.0.3</testcontainers.version>
2829
</properties>
2930

3031
<dependencyManagement>
@@ -93,7 +94,7 @@
9394
<dependency>
9495
<groupId>org.testcontainers</groupId>
9596
<artifactId>testcontainers</artifactId>
96-
<version>1.17.5</version>
97+
<version>${testcontainers.version}</version>
9798
<scope>test</scope>
9899
</dependency>
99100
</dependencies>

0 commit comments

Comments
 (0)