From 5027f82c885393c3f2680326e0477131b111e4c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:41:26 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.11.0 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugins/gradle/example-client-kotlin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gradle/example-client-kotlin/build.gradle b/plugins/gradle/example-client-kotlin/build.gradle index 1dba7082e..77a63d1c6 100644 --- a/plugins/gradle/example-client-kotlin/build.gradle +++ b/plugins/gradle/example-client-kotlin/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation "io.github.kobylynskyi:graphql-java-codegen:5.10.1-SNAPSHOT" implementation "javax.validation:validation-api:2.0.1.Final" - implementation "com.squareup.okhttp3:okhttp:4.11.0" + implementation "com.squareup.okhttp3:okhttp:5.3.2" implementation "com.fasterxml.jackson.core:jackson-core:2.15.3" implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3" implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2"