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 62b8f7b commit c241d3aCopy full SHA for c241d3a
build.gradle
@@ -88,7 +88,7 @@ dependencies {
88
implementation 'org.springframework.boot:spring-boot-starter-actuator'
89
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
90
implementation 'org.springframework.boot:spring-boot-starter-security'
91
- implementation "org.springframework.security:spring-security-oauth2-client:5.5.8"
+ implementation "org.springframework.security:spring-security-oauth2-client:5.8.12"
92
implementation "org.springframework.security.oauth:spring-security-oauth2:2.5.2.RELEASE"
93
94
testImplementation 'org.springframework.boot:spring-boot-starter-test'
0 commit comments