From e6e4d3edba0c564ea6168ce969244256cd95bb95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:27:27 +0000 Subject: [PATCH] Bump okhttpVersion from 4.12.0 to 5.2.1 Bumps `okhttpVersion` from 4.12.0 to 5.2.1. Updates `com.squareup.okhttp3: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) Updates `com.squareup.okhttp3:logging-interceptor` 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 dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.okhttp3:logging-interceptor 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 b59a5d7..8b5ea8e 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.20' - ext.okhttpVersion = '4.12.0' + ext.okhttpVersion = '5.2.1' ext.gsonVersion = '2.13.2' ext.jjwtVersion = 'd6feebe558' ext.retrofitVersion = '3.0.0'