We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62518da + 1c48e9e commit 864b761Copy full SHA for 864b761
build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
implementation platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}")
27
28
implementation "org.springframework.security.oauth:spring-security-oauth2:2.5.2.RELEASE"
29
- implementation "org.springframework.security:spring-security-oauth2-client:6.3.4"
+ implementation "org.springframework.security:spring-security-oauth2-client:6.4.1"
30
api "org.springframework.boot:spring-boot-starter-test"
31
api "org.springframework.security:spring-security-test"
32
api group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
0 commit comments