From 1f7223ef6b267ed0ce8b444dc3c8911c8e0e6107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:04:40 +0000 Subject: [PATCH] fix(deps): bump com.squareup.okhttp3:okhttp from 3.12.12 to 4.12.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 3.12.12 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-3.12.12...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f4cf1172..237eb5d1 100644 --- a/build.gradle +++ b/build.gradle @@ -149,7 +149,7 @@ dependencies { // CVE-2020-15250 in 4.12 // -> pulled transitively from OkHttp3 mockwebserver used by kubernetes-server-mock testImplementation 'junit:junit:4.13.2' - testImplementation 'com.squareup.okhttp3:okhttp:3.12.12', { + testImplementation 'com.squareup.okhttp3:okhttp:4.12.0', { exclude group: 'com.squareup.okio', module: 'okio' } }