From 3a136c2cc8b148bc462708d2a93bba2df01d6407 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:10:52 +0000 Subject: [PATCH] fix(deps): update dependency com.squareup.okhttp3:okhttp-bom to v4.12.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b87f662..0346235 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'com.zaxxer:HikariCP:5.0.1' implementation 'org.springframework.security:spring-security-crypto:6.1.4' implementation 'commons-logging:commons-logging:1.2' - implementation(platform("com.squareup.okhttp3:okhttp-bom:4.11.0")) + implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0")) implementation 'com.squareup.okhttp3:okhttp' implementation 'com.squareup.okhttp3:okhttp-brotli' implementation 'io.sentry:sentry:6.30.0'