Ver código fonte

Update to Spring Framework 5.0.0.RELEASE

Fixes gh-4585
Rob Winch 8 anos atrás
pai
commit
1c9b627267

+ 1 - 1
core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java

@@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
 	 */
 	public static final long SERIAL_VERSION_UID = 500L;
 
-	static final String MIN_SPRING_VERSION = "5.0.0.BUILD-SNAPSHOT";
+	static final String MIN_SPRING_VERSION = "5.0.0.RELEASE";
 
 	static {
 		performVersionChecks();

+ 1 - 1
gradle/dependency-management.gradle

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