From 5a82d834eb6d1aae612bcd7998a8c8b42e5f4fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 08:47:26 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 3.14.7 to 5.0.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 3.14.7 to 5.0.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-3.14.7...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 ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6aaaca43..3bede8ad 100644 --- a/build.gradle +++ b/build.gradle @@ -100,8 +100,8 @@ if(hasProperty('target') && target == 'android') { dependencies { compile 'io.swagger:swagger-annotations:1.5.24' compile "com.google.code.findbugs:jsr305:3.0.2" - compile 'com.squareup.okhttp3:okhttp:3.14.7' - compile 'com.squareup.okhttp3:logging-interceptor:3.14.7' + compile 'com.squareup.okhttp3:okhttp:5.0.0' + compile 'com.squareup.okhttp3:logging-interceptor:5.0.0' compile 'com.google.code.gson:gson:2.13.0' compile 'io.gsonfire:gson-fire:1.8.4' compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'