From cde1a917f4ebe687afa2956b7718f72102b06d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:37:59 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp in /flipt-java Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 5.3.0 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.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-patch ... Signed-off-by: dependabot[bot] --- flipt-java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flipt-java/build.gradle b/flipt-java/build.gradle index 80ebed0..6b0d32f 100644 --- a/flipt-java/build.gradle +++ b/flipt-java/build.gradle @@ -26,7 +26,7 @@ java { dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.1' - implementation 'com.squareup.okhttp3:okhttp:5.3.0' + implementation 'com.squareup.okhttp3:okhttp:5.3.2' testImplementation platform('org.junit:junit-bom:5.11.4') testImplementation 'org.junit.jupiter:junit-jupiter' api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.1'