Răsfoiți Sursa

Update MockWebServer Dependency

Josh Cummings 1 lună în urmă
părinte
comite
130c77b8e0

+ 1 - 1
reactive/webflux/java/oauth2/webclient/build.gradle

@@ -21,7 +21,7 @@ dependencies {
 
 	testImplementation 'org.springframework.boot:spring-boot-starter-test'
 	testImplementation 'org.springframework.security:spring-security-test'
-	testImplementation 'com.squareup.okhttp3:mockwebserver'
+	testImplementation 'com.squareup.okhttp3:mockwebserver:5.1.0'
 }
 
 tasks.withType(Test).configureEach {

+ 1 - 1
servlet/spring-boot/java/oauth2/restclient/build.gradle

@@ -19,7 +19,7 @@ dependencies {
 
 	testImplementation 'org.springframework.boot:spring-boot-starter-test'
 	testImplementation 'org.springframework.security:spring-security-test'
-	testImplementation 'com.squareup.okhttp3:mockwebserver'
+	testImplementation 'com.squareup.okhttp3:mockwebserver:5.1.0'
 }
 
 

+ 1 - 1
servlet/spring-boot/java/oauth2/webclient/build.gradle

@@ -38,7 +38,7 @@ dependencies {
 
 	testImplementation 'org.springframework.boot:spring-boot-starter-test'
 	testImplementation 'org.springframework.security:spring-security-test'
-	testImplementation 'com.squareup.okhttp3:mockwebserver'
+	testImplementation 'com.squareup.okhttp3:mockwebserver:5.1.0'
 }