@@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
*/
public static final long SERIAL_VERSION_UID = 500L;
- static final String MIN_SPRING_VERSION = "5.0.2.BUILD-SNAPSHOT";
+ static final String MIN_SPRING_VERSION = "5.0.2.RELEASE";
static {
performVersionChecks();
@@ -1,7 +1,7 @@
dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR4'
- mavenBom 'org.springframework:spring-framework-bom:5.0.2.BUILD-SNAPSHOT'
+ mavenBom 'org.springframework:spring-framework-bom:5.0.2.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR1'
}
dependencies {