Fix redirect loop in default/demo-authorizationserver samples

Closes gh-1920
This commit is contained in:
Joe Grandja
2025-03-04 10:06:44 -05:00
parent 81c25ef6cb
commit d32c185afb
8 changed files with 35 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "3.2.2"
id "org.springframework.boot" version "3.4.3"
id "io.spring.dependency-management" version "1.1.0"
id "java"
}
@@ -25,7 +25,7 @@ dependencies {
testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation "org.springframework.security:spring-security-test"
testImplementation "org.junit.jupiter:junit-jupiter"
testImplementation "net.sourceforge.htmlunit:htmlunit"
testImplementation "org.htmlunit:htmlunit"
}
tasks.named("test") {