From 6b881853003a945a7a99872d19c00c2ac3174aff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:50:50 +0000 Subject: [PATCH] fix(deps): update dependency com.squareup.okhttp3:okhttp-bom to v5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8fe35be..ff305ed 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'com.zaxxer:HikariCP:6.3.0' implementation 'org.springframework.security:spring-security-crypto:6.5.0' implementation 'commons-logging:commons-logging:1.3.5' - implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0")) + implementation(platform("com.squareup.okhttp3:okhttp-bom:5.1.0")) implementation 'com.squareup.okhttp3:okhttp' implementation 'com.squareup.okhttp3:okhttp-brotli' implementation 'io.sentry:sentry:8.14.0'