Upgrade test dependencies

This commit is contained in:
Vedran Pavic
2019-01-10 16:33:00 +01:00
parent 4662d5c303
commit de521cd07c

View File

@@ -5,7 +5,7 @@ dependencyManagement {
mavenBom 'org.springframework:spring-framework-bom:5.0.12.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR13'
mavenBom 'org.springframework.security:spring-security-bom:5.0.10.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.10.2'
mavenBom 'org.testcontainers:testcontainers-bom:1.10.5'
}
dependencies {