From 44bfc2436ba92128962be48d8df66ea34128be4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:01:32 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp-bom from 4.12.0 to 5.3.2 Bumps [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) from 4.12.0 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp-bom dependency-version: 5.3.2 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..2bc146ae 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.3.2") implementation "com.squareup.okhttp3:okhttp" implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1"