From 391d234b1edb7730a04171ef134f36d0cf40ab11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 03:01:36 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp-bom from 4.12.0 to 5.2.1 Bumps [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) from 4.12.0 to 5.2.1. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.2.1) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp-bom dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ffe2b71e..0345f04c 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ ext { dependencies { compileOnly "org.projectlombok:lombok:$lombokVersion" annotationProcessor "org.projectlombok:lombok:$lombokVersion" - implementation platform("com.squareup.okhttp3:okhttp-bom:4.12.0") + implementation platform("com.squareup.okhttp3:okhttp-bom:5.2.1") implementation "com.squareup.okhttp3:okhttp" implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1"