Skip to content

Commit ff95388

Browse files
committed
Update to Spring 5.0.6
Fixes: gh-5290
1 parent 545228c commit ff95388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencyManagement {
22
imports {
33
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR8'
4-
mavenBom 'org.springframework:spring-framework-bom:5.0.6.BUILD-SNAPSHOT'
4+
mavenBom 'org.springframework:spring-framework-bom:5.0.6.RELEASE'
55
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR6'
66
}
77
dependencies {

0 commit comments

Comments
 (0)