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.
1 parent 3d3a554 commit e78f767Copy full SHA for e78f767
build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
implementation platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
32
implementation platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}")
33
34
- implementation "org.springframework.security.oauth:spring-security-oauth2:2.5.1.RELEASE"
+ implementation "org.springframework.security.oauth:spring-security-oauth2:latest.release"
35
implementation "org.springframework.boot:spring-boot-starter-test"
36
implementation "org.springframework.security:spring-security-test"
37
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
0 commit comments