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 4e6f7d6 + 0593418 commit f7ea1e5Copy full SHA for f7ea1e5
build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
api 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.3"
+ implementation "org.springframework.security:spring-security-oauth2-client:6.3.4"
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