Upgrade Spring Data to Lovelace-SR17

Resolves gh-1637
This commit is contained in:
Eleftheria Stein
2020-05-13 10:19:35 -04:00
parent 54b428dbeb
commit 07f16ffc6a

View File

@@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Californium-SR18'
mavenBom 'org.springframework:spring-framework-bom:5.1.15.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR16'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR17'
mavenBom 'org.springframework.security:spring-security-bom:5.1.8.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.2'
}