Skip to content

Commit 325d6d3

Browse files
committed
Upgrade testcontainers to v2
1 parent 59a7b22 commit 325d6d3

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
@@ -74,8 +74,8 @@
7474

7575
<dependency>
7676
<groupId>org.testcontainers</groupId>
77-
<artifactId>junit-jupiter</artifactId>
78-
<version>1.21.3</version>
77+
<artifactId>testcontainers-junit-jupiter</artifactId>
78+
<version>2.0.2</version>
7979
<scope>test</scope>
8080
</dependency>
8181

0 commit comments

Comments
 (0)