Update to Spring Framework 5.0.16

Fixes gh-7924
This commit is contained in:
Joe Grandja 2020-02-04 17:26:18 -05:00
parent 97818ebb22
commit 7d845b6872

View File

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