File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' java'
3- id ' org.springframework.boot' version ' 3.2 .0'
4- id ' io.spring.dependency-management' version ' 1.1.4 '
5- id ' org.graalvm.buildtools.native' version ' 0.9.28 '
2+ id ' java'
3+ id ' org.springframework.boot' version ' 3.1 .0'
4+ id ' io.spring.dependency-management' version ' 1.1.0 '
5+ id ' org.graalvm.buildtools.native' version ' 0.9.20 '
66}
77
8- group = ' com.okta.rest '
8+ group = ' com.example '
99version = ' 0.0.1-SNAPSHOT'
1010
1111java {
12- sourceCompatibility = ' 17'
12+ sourceCompatibility = ' 17'
1313}
1414
1515repositories {
16- mavenCentral()
16+ mavenCentral()
1717}
1818
1919dependencies {
20- implementation ' org.springframework.boot: spring-boot-starter-oauth2-resource-server '
21- implementation ' org.springframework.boot:spring-boot-starter-web'
22- testImplementation ' org.springframework.boot:spring-boot-starter-test'
20+ implementation ' com.okta.spring:okta- spring-boot-starter:3.0.4 '
21+ implementation ' org.springframework.boot:spring-boot-starter-web'
22+ testImplementation ' org.springframework.boot:spring-boot-starter-test'
2323}
2424
2525tasks. named(' test' ) {
26- useJUnitPlatform()
26+ useJUnitPlatform()
2727}
Original file line number Diff line number Diff line change 1- spring.security. oauth2.resourceserver.jwt. issuer-uri =https://dev-06bzs1cu.us.auth0.com/
1+ okta. oauth2.issuer =https://dev-06bzs1cu.us.auth0.com/
You can’t perform that action at this time.
0 commit comments