Skip to content

Commit 46c31df

Browse files
committed
Bump testcontainers to 2.0.3
1 parent e78d896 commit 46c31df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<properties>
3939
<junit.jupiter.version>5.9.1</junit.jupiter.version>
40-
<testcontainers.version>1.17.6</testcontainers.version>
40+
<testcontainers.version>2.0.3</testcontainers.version>
4141
<vertx.surefire.useModulePath>false</vertx.surefire.useModulePath>
4242
</properties>
4343

@@ -86,7 +86,7 @@
8686
</dependency>
8787
<dependency>
8888
<groupId>org.testcontainers</groupId>
89-
<artifactId>postgresql</artifactId>
89+
<artifactId>testcontainers-postgresql</artifactId>
9090
<version>${testcontainers.version}</version>
9191
<scope>test</scope>
9292
</dependency>

0 commit comments

Comments
 (0)