Update to Spring Framework 5.0.17.RELEASE

Closes gh-8477
This commit is contained in:
Eleftheria Stein 2020-05-06 12:25:59 -04:00
parent f8f4d960b5
commit ed2a646a69
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR17'
mavenBom 'org.springframework:spring-framework-bom:5.0.16.RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.0.17.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR14'
}
dependencies {