Upgrade test dependencies

This commit is contained in:
Vedran Pavic
2018-11-28 19:14:15 +01:00
parent d4fd8b97b4
commit 70346b0a84

View File

@@ -5,7 +5,7 @@ dependencyManagement {
mavenBom 'org.springframework:spring-framework-bom:5.1.3.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR3'
mavenBom 'org.springframework.security:spring-security-bom:5.1.2.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.10.1'
mavenBom 'org.testcontainers:testcontainers-bom:1.10.2'
}
dependencies {