Skip to content

Commit 5fd7c9d

Browse files
committed
Update to testcontainers 1.17.6
Closes gh-2242
1 parent 8898ceb commit 5fd7c9d

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
@@ -6,7 +6,7 @@ dependencyManagement {
66
mavenBom 'org.springframework:spring-framework-bom:5.3.25'
77
mavenBom 'org.springframework.data:spring-data-bom:2021.2.7'
88
mavenBom 'org.springframework.security:spring-security-bom:5.7.6'
9-
mavenBom 'org.testcontainers:testcontainers-bom:1.17.1'
9+
mavenBom 'org.testcontainers:testcontainers-bom:1.17.6'
1010
}
1111

1212
dependencies {

0 commit comments

Comments
 (0)