Skip to content

Commit 54742a1

Browse files
committed
Update to testcontainers 2.0.3
1 parent 529aee0 commit 54742a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<unix.socket.directory/>
5454
<unix.socket.port/>
5555
<vertx.surefire.useModulePath>true</vertx.surefire.useModulePath>
56-
<testcontainers.version>1.21.4</testcontainers.version>
56+
<testcontainers.version>2.0.3</testcontainers.version>
5757
</properties>
5858

5959
<dependencyManagement>

vertx-db2-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<!-- Testing purposes -->
5656
<dependency>
5757
<groupId>org.testcontainers</groupId>
58-
<artifactId>db2</artifactId>
58+
<artifactId>testcontainers-db2</artifactId>
5959
<version>${testcontainers.version}</version>
6060
<scope>test</scope>
6161
</dependency>

0 commit comments

Comments
 (0)