Skip to content

Commit 9784ae4

Browse files
committed
Merge branch '3.3.x' into 3.4.x
2 parents 2bdbc1f + 01e9baa commit 9784ae4

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
@@ -119,9 +119,9 @@ dependencies {
119119
testImplementation("org.opensaml:opensaml-saml-impl:4.0.1")
120120
testImplementation("org.skyscreamer:jsonassert")
121121
testImplementation("org.springframework:spring-core-test")
122-
testImplementation("org.springframework.boot:spring-boot-starter-oauth2-client")
123122
testImplementation("org.springframework.hateoas:spring-hateoas")
124123
testImplementation("org.springframework.plugin:spring-plugin-core")
124+
testImplementation("org.springframework.security:spring-security-oauth2-client")
125125
testImplementation("org.springframework.security:spring-security-saml2-service-provider") {
126126
exclude group: "org.opensaml", module: "opensaml-core"
127127
exclude group: "org.opensaml", module: "opensaml-saml-api"

0 commit comments

Comments
 (0)