File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments