Use Spring Security 6.3.x by default
Closes gh-1500
This commit is contained in:
@@ -14,7 +14,7 @@ dependencies {
|
||||
api(platform("org.junit:junit-bom:5.11.0"))
|
||||
api(platform("org.slf4j:slf4j-bom:2.0.17"))
|
||||
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
|
||||
api(platform("org.springframework.security:spring-security-bom:6.1.9"))
|
||||
api(platform("org.springframework.security:spring-security-bom:6.3.8"))
|
||||
constraints {
|
||||
api("com.fasterxml.woodstox:woodstox-core:6.5.1")
|
||||
api("com.icegreen:greenmail:2.0.1")
|
||||
|
||||
@@ -36,7 +36,7 @@ dependencies {
|
||||
compatibilityTest {
|
||||
dependency("Spring Security") { springSecurity ->
|
||||
springSecurity.groupId = "org.springframework.security"
|
||||
springSecurity.versions = ["6.2.+", "6.3.+", "6.4.+"]
|
||||
springSecurity.versions = ["6.1.+", "6.2.+", "6.4.+"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user