From 331be42b78750b9789c46ebba1479e78ac5f66d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:04:03 +0000 Subject: [PATCH] Gradle: Bump com.squareup.okhttp3:okhttp-bom from 4.12.0 to 5.3.2 Bumps [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) from 4.12.0 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp-bom dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- run/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/build.gradle.kts b/run/build.gradle.kts index 46d7e79a2..31cb79a50 100644 --- a/run/build.gradle.kts +++ b/run/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("org.jetbrains.kotlinx.kover") } val argoClientJavaVersion = "v3.6.13" val retroFitVersion = "3.0.0" -val okHttpBom = "4.12.0" +val okHttpBom = "5.3.2" dependencies { implementation(projects.cosmotechDatasetApi)