Upgrade test dependencies

This commit is contained in:
Vedran Pavic
2018-11-28 19:23:01 +01:00
parent 0bdb106c30
commit 44ba9a97b7

View File

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