File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
reactive/webflux/java/oauth2
servlet/spring-boot/java/oauth2 Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313
1414
1515dependencies {
16- implementation ' com.squareup.okhttp3:mockwebserver'
16+ implementation ' com.squareup.okhttp3:mockwebserver:5.1.0 '
1717 implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
1818 implementation ' org.springframework.boot:spring-boot-starter-webflux'
1919
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121
2222 testImplementation ' org.springframework.boot:spring-boot-starter-test'
2323 testImplementation ' org.springframework.security:spring-security-test'
24- testImplementation ' com.squareup.okhttp3:mockwebserver'
24+ testImplementation ' com.squareup.okhttp3:mockwebserver:5.1.0 '
2525}
2626
2727tasks. withType(Test ). configureEach {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313
1414
1515dependencies {
16- implementation ' com.squareup.okhttp3:mockwebserver'
16+ implementation ' com.squareup.okhttp3:mockwebserver:5.1.0 '
1717 implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
1818 implementation ' org.springframework.boot:spring-boot-starter-web'
1919
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repositories {
2929
3030
3131dependencies {
32- implementation ' com.squareup.okhttp3:mockwebserver'
32+ implementation ' com.squareup.okhttp3:mockwebserver:5.1.0 '
3333 implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
3434 implementation ' org.springframework.boot:spring-boot-starter-web'
3535
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repositories {
2929
3030
3131dependencies {
32- implementation ' com.squareup.okhttp3:mockwebserver'
32+ implementation ' com.squareup.okhttp3:mockwebserver:5.1.0 '
3333 implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
3434 implementation ' org.springframework.boot:spring-boot-starter-web'
3535 implementation ' com.nimbusds:oauth2-oidc-sdk:9.43.4'
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repositories {
2929
3030
3131dependencies {
32- implementation ' com.squareup.okhttp3:mockwebserver'
32+ implementation ' com.squareup.okhttp3:mockwebserver:5.1.0 '
3333 implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
3434 implementation ' org.springframework.boot:spring-boot-starter-web'
3535 implementation ' com.nimbusds:oauth2-oidc-sdk:9.43.4'
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repositories {
2929
3030
3131dependencies {
32- implementation ' com.squareup.okhttp3:mockwebserver'
32+ implementation ' com.squareup.okhttp3:mockwebserver:5.1.0 '
3333 implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
3434 implementation ' org.springframework.boot:spring-boot-starter-web'
3535
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919
2020 testImplementation ' org.springframework.boot:spring-boot-starter-test'
2121 testImplementation ' org.springframework.security:spring-security-test'
22- testImplementation ' com.squareup.okhttp3:mockwebserver'
22+ testImplementation ' com.squareup.okhttp3:mockwebserver:5.1.0 '
2323}
2424
2525
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
3838
3939 testImplementation ' org.springframework.boot:spring-boot-starter-test'
4040 testImplementation ' org.springframework.security:spring-security-test'
41- testImplementation ' com.squareup.okhttp3:mockwebserver'
41+ testImplementation ' com.squareup.okhttp3:mockwebserver:5.1.0 '
4242}
4343
4444
You can’t perform that action at this time.
0 commit comments