Update to Spring Security 6.3.0-M3
Closes gh-1562
This commit is contained in:
@@ -52,7 +52,7 @@ dependencies {
|
|||||||
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.2")) {
|
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.2")) {
|
||||||
exclude group: "org.springframework.security", module: "spring-security-oauth2-authorization-server"
|
exclude group: "org.springframework.security", module: "spring-security-oauth2-authorization-server"
|
||||||
}
|
}
|
||||||
implementation platform("org.springframework.security:spring-security-bom:6.1.0")
|
implementation platform("org.springframework.security:spring-security-bom:6.3.0-M3")
|
||||||
implementation "org.springframework.boot:spring-boot-starter-web"
|
implementation "org.springframework.boot:spring-boot-starter-web"
|
||||||
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
|
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
|
||||||
implementation "org.springframework.boot:spring-boot-starter-security"
|
implementation "org.springframework.boot:spring-boot-starter-security"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
|
|||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
org.gradle.caching=true
|
org.gradle.caching=true
|
||||||
springFrameworkVersion=6.1.3
|
springFrameworkVersion=6.1.3
|
||||||
springSecurityVersion=6.3.0-M1
|
springSecurityVersion=6.3.0-M3
|
||||||
springJavaformatVersion=0.0.38
|
springJavaformatVersion=0.0.38
|
||||||
springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2
|
springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2
|
||||||
checkstyleToolVersion=8.34
|
checkstyleToolVersion=8.34
|
||||||
|
|||||||
1
samples/default-authorizationserver/gradle.properties
Normal file
1
samples/default-authorizationserver/gradle.properties
Normal file
@@ -0,0 +1 @@
|
|||||||
|
spring-security.version=6.3.0-M3
|
||||||
1
samples/demo-authorizationserver/gradle.properties
Normal file
1
samples/demo-authorizationserver/gradle.properties
Normal file
@@ -0,0 +1 @@
|
|||||||
|
spring-security.version=6.3.0-M3
|
||||||
1
samples/demo-client/gradle.properties
Normal file
1
samples/demo-client/gradle.properties
Normal file
@@ -0,0 +1 @@
|
|||||||
|
spring-security.version=6.3.0-M3
|
||||||
1
samples/messages-resource/gradle.properties
Normal file
1
samples/messages-resource/gradle.properties
Normal file
@@ -0,0 +1 @@
|
|||||||
|
spring-security.version=6.3.0-M3
|
||||||
1
samples/users-resource/gradle.properties
Normal file
1
samples/users-resource/gradle.properties
Normal file
@@ -0,0 +1 @@
|
|||||||
|
spring-security.version=6.3.0-M3
|
||||||
Reference in New Issue
Block a user