From 168c33b981cc22012cb3ee2b7cae72f4fa88a12a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 20:03:47 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 5.1.0 to 5.3.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 5.1.0 to 5.3.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.1.0...parent-5.3.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 16e8b012..391c439a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -121,7 +121,7 @@ dependencies { // IntegrationTests testImplementation("org.testcontainers:clickhouse:${project.extra["testcontainers"]}") testImplementation("org.testcontainers:kafka:${project.extra["testcontainers"]}") - testImplementation("com.squareup.okhttp3:okhttp:5.1.0") + testImplementation("com.squareup.okhttp3:okhttp:5.3.0") testImplementation("org.json:json:${project.extra["org.json"]}") testImplementation("org.testcontainers:toxiproxy:${project.extra["toxiproxy"]}") testImplementation("org.apache.httpcomponents.client5:httpclient5:5.5")