We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c233a4f + 2fed119 commit ef67f77Copy full SHA for ef67f77
pom.xml
@@ -32,7 +32,7 @@
32
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
33
<maven-failsafe-plugin.version>3.5.4</maven-failsafe-plugin.version>
34
<mockito.version>5.20.0</mockito.version>
35
- <testcontainers.version>1.21.3</testcontainers.version>
+ <testcontainers.version>2.0.2</testcontainers.version>
36
<central-publishing-maven-plugin.version>0.9.0</central-publishing-maven-plugin.version>
37
</properties>
38
@@ -149,7 +149,7 @@
149
</dependency>
150
<dependency>
151
<groupId>org.testcontainers</groupId>
152
- <artifactId>junit-jupiter</artifactId>
+ <artifactId>testcontainers-junit-jupiter</artifactId>
153
<scope>test</scope>
154
155
0 commit comments