Revert Testcontainers to 1.15.3.

the update causes issues when running on macOS, the started containers are not reliably reachable
This commit is contained in:
Peter-Josef Meisch 2021-10-24 17:40:35 +02:00 committed by GitHub
parent 0d943069e3
commit 2b5ab64724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
<log4j>2.14.1</log4j>
<netty>4.1.65.Final</netty>
<springdata.commons>2.6.0-SNAPSHOT</springdata.commons>
<testcontainers>1.16.1</testcontainers>
<testcontainers>1.15.3</testcontainers>
<blockhound-junit>1.0.6.RELEASE</blockhound-junit>
<java-module-name>spring.data.elasticsearch</java-module-name>