From bfd1a3671e5f42127e22687d46ff52401582f938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 17:24:40 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp 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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 41e829f8..ad53d3fe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ agp = "8.2.2" # 8.3.0 causes java verifier error: https://github.com/ReVanced/re annotation = "1.7.1" kotlin = "1.9.23" appcompat = "1.7.0-alpha03" -okhttp = "5.0.0-alpha.12" +okhttp = "5.0.0-alpha.14" retrofit = "2.11.0" [libraries]