Update testcontainers to fix Docker connectivity

Closes gh-1751
This commit is contained in:
Eleftheria Stein
2021-01-07 11:26:59 +01:00
parent 35acf0b537
commit 6d2ffb173b

View File

@@ -5,7 +5,7 @@ dependencyManagement {
mavenBom 'org.springframework:spring-framework-bom:5.2.9.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Neumann-SR4'
mavenBom 'org.springframework.security:spring-security-bom:5.3.4.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.5'
mavenBom 'org.testcontainers:testcontainers-bom:1.15.1'
}
dependencies {