瀏覽代碼

Update to Spring 5.0.9

Fixes gh-5806
Joe Grandja 7 年之前
父節點
當前提交
677a9634b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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-SR10'
-		mavenBom 'org.springframework:spring-framework-bom:5.0.8.RELEASE'
+		mavenBom 'org.springframework:spring-framework-bom:5.0.9.RELEASE'
 		mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR8'
 	}
 	dependencies {