Skip to content

Commit ef67f77

Browse files
Merge pull request #47 from sideshowcoder/dependabot/maven/org.testcontainers-testcontainers-bom-2.0.2
Bump org.testcontainers:testcontainers-bom from 1.21.3 to 2.0.2
2 parents c233a4f + 2fed119 commit ef67f77

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
@@ -32,7 +32,7 @@
3232
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
3333
<maven-failsafe-plugin.version>3.5.4</maven-failsafe-plugin.version>
3434
<mockito.version>5.20.0</mockito.version>
35-
<testcontainers.version>1.21.3</testcontainers.version>
35+
<testcontainers.version>2.0.2</testcontainers.version>
3636
<central-publishing-maven-plugin.version>0.9.0</central-publishing-maven-plugin.version>
3737
</properties>
3838

@@ -149,7 +149,7 @@
149149
</dependency>
150150
<dependency>
151151
<groupId>org.testcontainers</groupId>
152-
<artifactId>junit-jupiter</artifactId>
152+
<artifactId>testcontainers-junit-jupiter</artifactId>
153153
<scope>test</scope>
154154
</dependency>
155155
<dependency>

0 commit comments

Comments
 (0)