소스 검색

Update to Spring Framework 5.0.12

Fixes gh-6390
Joe Grandja 6 년 전
부모
커밋
1d206052df
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-SR14'
-		mavenBom 'org.springframework:spring-framework-bom:5.0.11.RELEASE'
+		mavenBom 'org.springframework:spring-framework-bom:5.0.12.RELEASE'
 		mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR12'
 	}
 	dependencies {