mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Update to Spring 5.0.1.RELEASE
Issue gh-4739
This commit is contained in:
parent
6fbd435bdf
commit
44320447fe
@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
|
||||
*/
|
||||
public static final long SERIAL_VERSION_UID = 500L;
|
||||
|
||||
static final String MIN_SPRING_VERSION = "5.0.1.BUILD-SNAPSHOT";
|
||||
static final String MIN_SPRING_VERSION = "5.0.1.RELEASE";
|
||||
|
||||
static {
|
||||
performVersionChecks();
|
||||
|
@ -1,8 +1,8 @@
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom 'io.projectreactor:reactor-bom:Bismuth-BUILD-SNAPSHOT'
|
||||
mavenBom 'org.springframework:spring-framework-bom:5.0.1.BUILD-SNAPSHOT'
|
||||
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-BUILD-SNAPSHOT'
|
||||
mavenBom 'org.springframework:spring-framework-bom:5.0.1.RELEASE'
|
||||
}
|
||||
dependencies {
|
||||
dependency 'cglib:cglib-nodep:3.2.5'
|
||||
|
Loading…
x
Reference in New Issue
Block a user