Browse Source

Update to Spring Framework 5.0.19

Closes gh-9064
Eleftheria Stein 4 years ago
parent
commit
50c1c5e082
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle/dependency-management.gradle

+ 1 - 1
gradle/dependency-management.gradle

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