Browse Source

Update to Spring 5.0.10.RELEASE

Fixes: gh-5966
pull/6577/head
Rob Winch 7 years ago
parent
commit
c60a3e165e
  1. 2
      gradle/dependency-management.gradle

2
gradle/dependency-management.gradle

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR12'
mavenBom 'org.springframework:spring-framework-bom:5.0.9.RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.0.10.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR10'
}
dependencies {

Loading…
Cancel
Save