From b8e75908c19b3f52675132bc00a209330dddc1fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:59:40 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 3.14.9 to 4.9.2 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 3.14.9 to 4.9.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-3.14.9...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 4.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- commercetools/commercetools-okhttp-client3/build.gradle | 2 +- commercetools/commercetools-okhttp-client4/build.gradle | 2 +- commercetools/commercetools-okhttp-client5/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commercetools/commercetools-okhttp-client3/build.gradle b/commercetools/commercetools-okhttp-client3/build.gradle index 57bcfe776a..8fc90c5202 100644 --- a/commercetools/commercetools-okhttp-client3/build.gradle +++ b/commercetools/commercetools-okhttp-client3/build.gradle @@ -13,7 +13,7 @@ dependencies { api project(":rmf:rmf-java-base") implementation "com.squareup.okio:okio:3.14.0" - api "com.squareup.okhttp3:okhttp:3.14.9" version { + api "com.squareup.okhttp3:okhttp:4.9.2" version { strictly "[3.0,3.99999]" prefer "3.14.9" } diff --git a/commercetools/commercetools-okhttp-client4/build.gradle b/commercetools/commercetools-okhttp-client4/build.gradle index 9be09207f5..770247e147 100644 --- a/commercetools/commercetools-okhttp-client4/build.gradle +++ b/commercetools/commercetools-okhttp-client4/build.gradle @@ -11,7 +11,7 @@ jmh { dependencies { api project(":rmf:rmf-java-base") - api "com.squareup.okhttp3:okhttp:4.12.0" version { + api "com.squareup.okhttp3:okhttp:4.9.2" version { strictly '[4.0,4.99999]' prefer "4.12.0" } diff --git a/commercetools/commercetools-okhttp-client5/build.gradle b/commercetools/commercetools-okhttp-client5/build.gradle index c1bd76b7a9..31fd334edc 100644 --- a/commercetools/commercetools-okhttp-client5/build.gradle +++ b/commercetools/commercetools-okhttp-client5/build.gradle @@ -11,7 +11,7 @@ jmh { dependencies { api project(":rmf:rmf-java-base") - api "com.squareup.okhttp3:okhttp:5.3.2" version { + api "com.squareup.okhttp3:okhttp:4.9.2" version { strictly '[5.0,5.99999]' prefer "5.3.2" }