|
@@ -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 {
|