We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529aee0 commit 54742a1Copy full SHA for 54742a1
2 files changed
pom.xml
@@ -53,7 +53,7 @@
53
<unix.socket.directory/>
54
<unix.socket.port/>
55
<vertx.surefire.useModulePath>true</vertx.surefire.useModulePath>
56
- <testcontainers.version>1.21.4</testcontainers.version>
+ <testcontainers.version>2.0.3</testcontainers.version>
57
</properties>
58
59
<dependencyManagement>
vertx-db2-client/pom.xml
@@ -55,7 +55,7 @@
<!-- Testing purposes -->
<dependency>
<groupId>org.testcontainers</groupId>
- <artifactId>db2</artifactId>
+ <artifactId>testcontainers-db2</artifactId>
<version>${testcontainers.version}</version>
60
<scope>test</scope>
61
</dependency>
0 commit comments