Skip to content

Commit 2b5ab64

Browse files
authored
Revert Testcontainers to 1.15.3.
the update causes issues when running on macOS, the started containers are not reliably reachable
1 parent 0d94306 commit 2b5ab64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<log4j>2.14.1</log4j>
2323
<netty>4.1.65.Final</netty>
2424
<springdata.commons>2.6.0-SNAPSHOT</springdata.commons>
25-
<testcontainers>1.16.1</testcontainers>
25+
<testcontainers>1.15.3</testcontainers>
2626
<blockhound-junit>1.0.6.RELEASE</blockhound-junit>
2727
<java-module-name>spring.data.elasticsearch</java-module-name>
2828

0 commit comments

Comments
 (0)