From 819751bb755577f915fffd60409672ef8f3a035c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:31:32 +0000 Subject: [PATCH] Build(deps): Bump OKHTTP_VERSION from 4.11.0 to 4.12.0 Bumps `OKHTTP_VERSION` from 4.11.0 to 4.12.0. Updates `com.squareup.okhttp3:okhttp` from 4.11.0 to 4.12.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.0) Updates `com.squareup.okhttp3:logging-interceptor` from 4.11.0 to 4.12.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.0) Updates `com.squareup.okhttp3:mockwebserver` from 4.11.0 to 4.12.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okhttp3:mockwebserver 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 01af43c8e..af6b036e1 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -119,7 +119,7 @@ repositories { final DAGGER_VERSION = '2.48.1' final GLIDE_VERSION = '4.16.0' final ESPRESSO_VERSION = '3.5.1' -final OKHTTP_VERSION = '4.11.0' +final OKHTTP_VERSION = '4.12.0' final MOCKITO_VERSION = '5.7.0' final RETROFIT_VERSION = '2.9.0'