<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-client</artifactId>
<version>5.2.9.RELEASE</version>
</dependency>
implementation 'org.springframework.security:spring-security-oauth2-client:5.2.9.RELEASE'
implementation("org.springframework.security:spring-security-oauth2-client:5.2.9.RELEASE")
libraryDependencies += "org.springframework.security" % "spring-security-oauth2-client" % "5.2.9.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-oauth2-client', version='5.2.9.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-oauth2-client" rev="5.2.9.RELEASE" />
compile
|-- com.nimbusds:oauth2-oidc-sdk:6.14
|-- org.springframework.security:spring-security-core:5.2.9.RELEASE
|-- org.springframework.security:spring-security-oauth2-core:5.2.9.RELEASE
|-- org.springframework.security:spring-security-web:5.2.9.RELEASE
|-- org.springframework:spring-core:5.2.12.RELEASE
|-- io.projectreactor:reactor-core:3.3.13.RELEASE
|-- org.springframework.security:spring-security-oauth2-jose:5.2.9.RELEASE
|-- org.springframework:spring-webflux:5.2.12.RELEASE
provided
|-- javax.servlet:javax.servlet-api:4.0.1
test
|-- com.fasterxml.jackson.core:jackson-databind:2.10.5.1
|-- com.squareup.okhttp3:mockwebserver:3.14.9
|-- io.projectreactor.netty:reactor-netty:0.9.16.RELEASE
|-- io.projectreactor.tools:blockhound:1.0.4.RELEASE
|-- io.projectreactor:reactor-test:3.3.13.RELEASE
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.12.2
|-- org.mockito:mockito-core:3.0.0
|-- org.powermock:powermock-api-mockito2:2.0.9
|-- org.powermock:powermock-api-support:2.0.9
|-- org.powermock:powermock-core:2.0.9
|-- org.powermock:powermock-module-junit4:2.0.9
|-- org.powermock:powermock-module-junit4-common:2.0.9
|-- org.powermock:powermock-reflect:2.0.9
|-- org.springframework.security:spring-security-oauth2-core:5.2.9.RELEASE
|-- org.springframework.security:spring-security-oauth2-jose:5.2.9.RELEASE