Skip to content

Commit b908125

Browse files
committed
Upgrade to Testcontainers 2.0.
See spring-projects/spring-data-build#2688
1 parent 828f588 commit b908125

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<hoverfly>0.20.2</hoverfly>
2828
<log4j>2.25.1</log4j>
2929
<jsonassert>1.5.3</jsonassert>
30-
<testcontainers>1.21.3</testcontainers>
3130
<wiremock>3.9.2</wiremock>
3231

3332
<java-module-name>spring.data.elasticsearch</java-module-name>
@@ -326,8 +325,7 @@
326325

327326
<dependency>
328327
<groupId>org.testcontainers</groupId>
329-
<artifactId>elasticsearch</artifactId>
330-
<version>${testcontainers}</version>
328+
<artifactId>testcontainers-elasticsearch</artifactId>
331329
<scope>test</scope>
332330
</dependency>
333331

0 commit comments

Comments
 (0)