diff --git a/build.gradle b/build.gradle index d15de0ce6..8e60b8566 100644 --- a/build.gradle +++ b/build.gradle @@ -172,7 +172,7 @@ subprojects { testRuntimeOnly 'org.mockito:mockito-inline:5.2.0' testRuntimeOnly "org.junit.platform:junit-platform-launcher" - testImplementation platform("com.squareup.okhttp3:okhttp-bom:5.3.1") + testImplementation platform("com.squareup.okhttp3:okhttp-bom:5.3.2") testImplementation "com.squareup.okhttp3:mockwebserver" } @@ -334,7 +334,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.3.2") testImplementation "com.squareup.okhttp3:mockwebserver" }