Skip to content

Commit 269957a

Browse files
committed
Update to Spring 5.0.13.RELEASE
Fixes gh-6709
1 parent bb44a48 commit 269957a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencyManagement {
22
imports {
33
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR17'
4-
mavenBom 'org.springframework:spring-framework-bom:5.0.12.RELEASE'
4+
mavenBom 'org.springframework:spring-framework-bom:5.0.13.RELEASE'
55
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR13'
66
}
77
dependencies {

0 commit comments

Comments
 (0)