diff --git a/build.gradle b/build.gradle index 60602048e..230df7468 100644 --- a/build.gradle +++ b/build.gradle @@ -135,7 +135,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.2.1") + testImplementation platform("com.squareup.okhttp3:okhttp-bom:5.3.0") testImplementation "com.squareup.okhttp3:mockwebserver" } @@ -560,7 +560,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testRuntimeOnly "org.junit.platform:junit-platform-launcher" - testImplementation platform("com.squareup.okhttp3:okhttp-bom:5.2.1") + testImplementation platform("com.squareup.okhttp3:okhttp-bom:5.3.0") testImplementation "com.squareup.okhttp3:mockwebserver" }