Skip to content

Commit b0a76bc

Browse files
committed
Merge branch 'main' into 4.0.x
2 parents 72e5228 + ec6f251 commit b0a76bc

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-test-autoconfigure

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-test-autoconfigure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ dependencies {
114114
testImplementation("org.opensaml:opensaml-saml-impl:4.0.1")
115115
testImplementation("org.skyscreamer:jsonassert")
116116
testImplementation("org.springframework:spring-core-test")
117-
testImplementation("org.springframework.boot:spring-boot-starter-oauth2-client")
118117
testImplementation("org.springframework.hateoas:spring-hateoas")
119118
testImplementation("org.springframework.plugin:spring-plugin-core")
119+
testImplementation("org.springframework.security:spring-security-oauth2-client")
120120
testImplementation("org.springframework.security:spring-security-saml2-service-provider") {
121121
exclude group: "org.opensaml", module: "opensaml-core"
122122
exclude group: "org.opensaml", module: "opensaml-saml-api"

0 commit comments

Comments
 (0)