Update org.testcontainers to 1.18.3

Closes gh-2378
This commit is contained in:
Marcus Da Coregio
2023-07-19 09:32:10 -03:00
parent eb39ceeef2
commit ce9c043e68

View File

@@ -7,7 +7,7 @@ dependencyManagement {
mavenBom 'org.springframework:spring-framework-bom:6.1.0-M2'
mavenBom 'org.springframework.data:spring-data-bom:2023.1.0-M1'
mavenBom 'org.springframework.security:spring-security-bom:6.2.0-M1'
mavenBom 'org.testcontainers:testcontainers-bom:1.17.6'
mavenBom 'org.testcontainers:testcontainers-bom:1.18.3'
}
dependencies {