Upgrade Testcontainers to 1.9.0-rc2

This commit is contained in:
Vedran Pavic
2018-09-21 19:22:12 +02:00
parent 58ae28b0a0
commit 4c6dc976b3

View File

@@ -5,7 +5,7 @@ dependencyManagement {
mavenBom 'org.springframework:spring-framework-bom:5.1.0.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.1.0.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.9.0-rc1'
mavenBom 'org.testcontainers:testcontainers-bom:1.9.0-rc2'
}
dependencies {