From b801c36b3e89f0d259c181f95cbb914ea5a6f68a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:16:45 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 5.0.0-alpha.12 to 5.0.0-alpha.14 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 5.0.0-alpha.12 to 5.0.0-alpha.14. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.0.0-alpha.12...parent-5.0.0-alpha.14) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9f95a44..b512eba 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -367,7 +367,7 @@ dependencies { // Utils implementation("androidx.work:work-runtime:2.9.0") - implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.12") + implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.14") implementation("com.squareup.okhttp3:okhttp-dnsoverhttps:5.0.0-alpha.14") // logging interceptor debugImplementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.14")