From 38292a3c6a559c8ccb4bbd4419345de56d8e4c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 06:50:15 +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 2111ae405..4fe128895 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.6.0' final RETROFIT_VERSION = '2.9.0'