Browse Source

Update to Spring 5.0.13.RELEASE

Fixes gh-6709
pull/6934/head
Joe Grandja 7 years ago
parent
commit
269957a19f
  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-SR17' mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR17'
mavenBom 'org.springframework:spring-framework-bom:5.0.12.RELEASE' mavenBom 'org.springframework:spring-framework-bom:5.0.13.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR13' mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR13'
} }
dependencies { dependencies {

Loading…
Cancel
Save