diff --git a/build.gradle b/build.gradle index 1a7ac60a1..53a89583b 100644 --- a/build.gradle +++ b/build.gradle @@ -136,7 +136,7 @@ subprojects { testRuntimeOnly 'org.mockito:mockito-inline:5.2.0' testRuntimeOnly "org.junit.platform:junit-platform-launcher:$junitPlatformVersion" - testImplementation platform("com.squareup.okhttp3:okhttp-bom:5.1.0") + testImplementation platform("com.squareup.okhttp3:okhttp-bom:5.2.1") testImplementation "com.squareup.okhttp3:mockwebserver" } @@ -561,7 +561,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testRuntimeOnly "org.junit.platform:junit-platform-launcher:$junitPlatformVersion" - testImplementation platform("com.squareup.okhttp3:okhttp-bom:5.1.0") + testImplementation platform("com.squareup.okhttp3:okhttp-bom:5.2.1") testImplementation "com.squareup.okhttp3:mockwebserver" }