From a345a4320c5d22bf987d3a409d40ec959b12ae36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 05:15:49 +0000 Subject: [PATCH] Build(deps): Bump OKHTTP_VERSION from 5.3.2 to 5.4.0 Bumps `OKHTTP_VERSION` from 5.3.2 to 5.4.0. Updates `com.squareup.okhttp3:okhttp` from 5.3.2 to 5.4.0 - [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.2...parent-5.4.0) Updates `com.squareup.okhttp3:logging-interceptor` from 5.3.2 to 5.4.0 - [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.2...parent-5.4.0) Updates `com.squareup.okhttp3:mockwebserver` from 5.3.2 to 5.4.0 - [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.2...parent-5.4.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- News-Android-App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index 515900bb5..c4c0735d7 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -117,7 +117,7 @@ repositories { final DAGGER_VERSION = '2.59.2' final GLIDE_VERSION = '5.0.7' final ESPRESSO_VERSION = '3.7.0' -final OKHTTP_VERSION = '5.3.2' +final OKHTTP_VERSION = '5.4.0' final MOCKITO_VERSION = '5.23.0' final RETROFIT_VERSION = '3.0.0'