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 4118efd + 76df221 commit cb43d5dCopy full SHA for cb43d5d
build.gradle.kts
@@ -193,7 +193,7 @@ subprojects {
193
194
implementation("org.springframework.boot:spring-boot-starter-security")
195
implementation("org.springframework.security:spring-security-oauth2-jose:5.7.2")
196
- implementation("org.springframework.security:spring-security-oauth2-resource-server:5.6.3")
+ implementation("org.springframework.security:spring-security-oauth2-resource-server:5.7.2")
197
val oktaSpringBootVersion = "2.1.5"
198
implementation("com.okta.spring:okta-spring-boot-starter:${oktaSpringBootVersion}")
199
0 commit comments