We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f79d4 commit ccb9786Copy full SHA for ccb9786
1 file changed
pom.xml
@@ -25,6 +25,7 @@
25
<pac4j.version>1.6.0</pac4j.version>
26
<mockito.version>5.20.0</mockito.version>
27
<caffeine.version>3.2.0</caffeine.version>
28
+ <testcontainers.version>2.0.3</testcontainers.version>
29
</properties>
30
31
<dependencyManagement>
@@ -93,7 +94,7 @@
93
94
<dependency>
95
<groupId>org.testcontainers</groupId>
96
<artifactId>testcontainers</artifactId>
- <version>1.17.5</version>
97
+ <version>${testcontainers.version}</version>
98
<scope>test</scope>
99
</dependency>
100
</dependencies>
0 commit comments