From d64d617fc06f8c3b2de8f736a6b683d4dd5adf3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 09:17:24 +0000 Subject: [PATCH] Bump okhttpVersion from 4.12.0 to 5.0.0 Bumps `okhttpVersion` from 4.12.0 to 5.0.0. Updates `com.squareup.okhttp3:okhttp` from 4.12.0 to 5.0.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.0.0) Updates `com.squareup.okhttp3:logging-interceptor` from 4.12.0 to 5.0.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.0.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.0.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 c8b2405..efcfbd4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.kotlinVersion = '2.2.0' - ext.okhttpVersion = '4.12.0' + ext.okhttpVersion = '5.0.0' ext.gsonVersion = '2.13.1' ext.jjwtVersion = 'd6feebe558' ext.retrofitVersion = '3.0.0'