Skip to content

Commit d799a90

Browse files
committed
Upgrade to Testcontainers 2.0.
See spring-projects/spring-data-build#2688
1 parent 632321f commit d799a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-data-mongodb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,14 +276,14 @@
276276

277277
<dependency>
278278
<groupId>org.testcontainers</groupId>
279-
<artifactId>junit-jupiter</artifactId>
279+
<artifactId>testcontainers-junit-jupiter</artifactId>
280280
<version>${testcontainers}</version>
281281
<scope>test</scope>
282282
</dependency>
283283

284284
<dependency>
285285
<groupId>org.testcontainers</groupId>
286-
<artifactId>mongodb</artifactId>
286+
<artifactId>testcontainers-mongodb</artifactId>
287287
<version>${testcontainers}</version>
288288
<scope>test</scope>
289289
</dependency>

0 commit comments

Comments
 (0)