Update to Spring Framework 5.0.18

Closes gh-8928
This commit is contained in:
Josh Cummings 2020-08-05 06:52:40 -06:00
parent 2303ac3d6f
commit f280d6e90e
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

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