Skip to content

Commit 2c49dc7

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

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pom.xml

Lines changed: 8 additions & 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>
@@ -324,10 +323,16 @@
324323
<scope>test</scope>
325324
</dependency>
326325

326+
<dependency>
327+
<groupId>org.apache.commons</groupId>
328+
<artifactId>commons-lang3</artifactId>
329+
<version>3.19.0</version>
330+
<scope>test</scope>
331+
</dependency>
332+
327333
<dependency>
328334
<groupId>org.testcontainers</groupId>
329-
<artifactId>elasticsearch</artifactId>
330-
<version>${testcontainers}</version>
335+
<artifactId>testcontainers-elasticsearch</artifactId>
331336
<scope>test</scope>
332337
</dependency>
333338

0 commit comments

Comments
 (0)