Skip to content

Commit 565c2c0

Browse files
committed
updating testcontainers dependency to work around testcontainers/testcontainers-java#3574
1 parent b1d0e78 commit 565c2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
<dependency>
7777
<groupId>org.testcontainers</groupId>
7878
<artifactId>junit-jupiter</artifactId>
79-
<version>1.15.0</version>
79+
<version>1.15.3</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.testcontainers</groupId>
8383
<artifactId>postgresql</artifactId>
84-
<version>1.15.0</version>
84+
<version>1.15.3</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.skyscreamer</groupId>

0 commit comments

Comments
 (0)