Skip to content

Commit 6d2ffb1

Browse files
committed
Update testcontainers to fix Docker connectivity
Closes gh-1751
1 parent 35acf0b commit 6d2ffb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencyManagement {
55
mavenBom 'org.springframework:spring-framework-bom:5.2.9.RELEASE'
66
mavenBom 'org.springframework.data:spring-data-releasetrain:Neumann-SR4'
77
mavenBom 'org.springframework.security:spring-security-bom:5.3.4.RELEASE'
8-
mavenBom 'org.testcontainers:testcontainers-bom:1.12.5'
8+
mavenBom 'org.testcontainers:testcontainers-bom:1.15.1'
99
}
1010

1111
dependencies {

0 commit comments

Comments
 (0)