From 046a815192ba4d602d95703244d69b1f4d9833e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 06:18:14 +0000 Subject: [PATCH] Build(deps): Bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.2.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.12.0 to 5.2.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.2.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 732a5bf0e..86c556f8f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ import kotlin.time.toJavaDuration buildscript { dependencies { - classpath("com.squareup.okhttp3:okhttp:4.12.0") + classpath("com.squareup.okhttp3:okhttp:5.2.0") } project.extra.apply { val repoRoot = rootProject.projectDir