From a8770b6eef63bfe9971c04f497b51e056562785b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:03:43 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp-bom in /samples/java Bumps [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) from 5.2.1 to 5.3.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.2.1...parent-5.3.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp-bom dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- samples/java/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/java/build.gradle.kts b/samples/java/build.gradle.kts index ecbf203..e0698a5 100644 --- a/samples/java/build.gradle.kts +++ b/samples/java/build.gradle.kts @@ -8,7 +8,7 @@ repositories { } dependencies { - implementation(platform("com.squareup.okhttp3:okhttp-bom:5.2.1")) + implementation(platform("com.squareup.okhttp3:okhttp-bom:5.3.0")) implementation("com.squareup.okhttp3:okhttp") implementation("com.squareup.okhttp3:okhttp-sse") implementation(platform("com.fasterxml.jackson:jackson-bom:2.20.0"))