Browse Source

Update to Spring 5.0.11.RELEASE

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

2
gradle/dependency-management.gradle

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

Loading…
Cancel
Save