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.
1 parent 9790ec5 commit 1904eaeCopy full SHA for 1904eae
client/pom.xml
@@ -198,7 +198,7 @@
198
</dependency>
199
<dependency>
200
<groupId>org.testcontainers</groupId>
201
- <artifactId>junit-jupiter</artifactId>
+ <artifactId>testcontainers-junit-jupiter</artifactId>
202
<version>${testcontainers.version}</version>
203
<scope>test</scope>
204
pom.xml
@@ -52,7 +52,7 @@
52
<activation.version>2.0.1</activation.version>
53
<logback.version>1.5.18</logback.version>
54
<jetbrains-annotations.version>26.0.2</jetbrains-annotations.version>
55
- <testcontainers.version>1.20.4</testcontainers.version>
+ <testcontainers.version>2.0.1</testcontainers.version>
56
</properties>
57
58
<developers>
0 commit comments