mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-15 06:43:32 +00:00
Update to Spring Framework 5.0.5
Fixes gh-5166
This commit is contained in:
parent
e6d68acfd6
commit
64cb256bb9
@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
|
|||||||
*/
|
*/
|
||||||
public static final long SERIAL_VERSION_UID = 500L;
|
public static final long SERIAL_VERSION_UID = 500L;
|
||||||
|
|
||||||
static final String MIN_SPRING_VERSION = "5.0.4.RELEASE";
|
static final String MIN_SPRING_VERSION = "5.0.5.RELEASE";
|
||||||
|
|
||||||
static {
|
static {
|
||||||
performVersionChecks();
|
performVersionChecks();
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
dependencyManagement {
|
dependencyManagement {
|
||||||
imports {
|
imports {
|
||||||
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR7'
|
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR7'
|
||||||
mavenBom 'org.springframework:spring-framework-bom:5.0.4.RELEASE'
|
mavenBom 'org.springframework:spring-framework-bom:5.0.5.RELEASE'
|
||||||
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR5'
|
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR5'
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user