From 2c5f2d2f3cca94314d46c357db3575e4b5494006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 03:44:04 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp from 5.4.0 to 5.5.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/lysine-dev/okhttp) from 5.4.0 to 5.5.0. - [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/lysine-dev/okhttp/compare/parent-5.4.0...parent-5.5.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 9e9c870..48380be 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ group = GROUP logger.lifecycle("Using version ${version} for ${name} group $group") dependencies { - api 'com.squareup.okhttp3:okhttp:5.4.0' + api 'com.squareup.okhttp3:okhttp:5.5.0' api 'com.fasterxml.jackson.core:jackson-databind:2.22.1' api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.22.1' api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.1' @@ -28,8 +28,8 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.14.4' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.14.4' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.4' - testImplementation 'com.squareup.okhttp3:mockwebserver:5.4.0' - testImplementation 'com.squareup.okhttp3:okhttp-tls:5.4.0' + testImplementation 'com.squareup.okhttp3:mockwebserver:5.5.0' + testImplementation 'com.squareup.okhttp3:okhttp-tls:5.5.0' } processResources {