From 9f5f377a2c7e20a9560e42514af638156fc064b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 04:35:53 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp-bom from 4.12.0 to 5.1.0 Bumps [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) from 4.12.0 to 5.1.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.1.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp-bom dependency-version: 5.1.0 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 4c9075cf..2b3405b8 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.1.0") implementation "com.squareup.okhttp3:okhttp" implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1"