Update to Spring Framework 6.0.0
Closes gh-972
This commit is contained in:
@@ -23,5 +23,5 @@ dependencies {
|
||||
implementation "org.hidetake:gradle-ssh-plugin:2.10.1"
|
||||
implementation "org.jfrog.buildinfo:build-info-extractor-gradle:4.26.1"
|
||||
implementation "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1"
|
||||
implementation "org.springframework:spring-core:6.0.0-RC2"
|
||||
implementation "org.springframework:spring-core:6.0.0"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ version=1.0.0-SNAPSHOT
|
||||
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
springFrameworkVersion=6.0.0-RC2
|
||||
springFrameworkVersion=6.0.0
|
||||
springSecurityVersion=6.0.0-RC1
|
||||
springJavaformatVersion=0.0.31
|
||||
springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2
|
||||
|
||||
Reference in New Issue
Block a user