Update to testcontainers 1.17.6

Closes gh-2242
This commit is contained in:
Rob Winch
2023-02-21 17:06:13 -06:00
parent 8898ceb4a7
commit 5fd7c9ddcf

View File

@@ -6,7 +6,7 @@ dependencyManagement {
mavenBom 'org.springframework:spring-framework-bom:5.3.25'
mavenBom 'org.springframework.data:spring-data-bom:2021.2.7'
mavenBom 'org.springframework.security:spring-security-bom:5.7.6'
mavenBom 'org.testcontainers:testcontainers-bom:1.17.1'
mavenBom 'org.testcontainers:testcontainers-bom:1.17.6'
}
dependencies {