From a4e26fafa1cb2badba6a884686ce66ab9d49561e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 23:16:36 +0000 Subject: [PATCH] Bump the okhttp group across 1 directory with 3 updates Bumps the okhttp group with 2 updates in the / directory: [com.squareup.okhttp3:okhttp](https://github.com/lysine-dev/okhttp) and [com.squareup.okhttp3:mockwebserver3](https://github.com/lysine-dev/okhttp). Updates `com.squareup.okhttp3:okhttp` from 5.3.2 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.3.2...parent-5.5.0) Updates `com.squareup.okhttp3:mockwebserver3` from 5.3.2 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.3.2...parent-5.5.0) Updates `com.squareup.okhttp3:mockwebserver3-junit4` from 5.3.2 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.3.2...parent-5.5.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver3 dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: okhttp - dependency-name: com.squareup.okhttp3:mockwebserver3-junit4 dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: okhttp - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: okhttp ... Signed-off-by: dependabot[bot] --- divviup/build.gradle.kts | 12 ++++++------ divviup/commontest/build.gradle.kts | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/divviup/build.gradle.kts b/divviup/build.gradle.kts index 5c4e4c8..8bf6db2 100644 --- a/divviup/build.gradle.kts +++ b/divviup/build.gradle.kts @@ -55,8 +55,8 @@ android { val documentation: Configuration by configurations.creating dependencies { - implementation("com.squareup.okhttp3:okhttp:5.3.2") - documentation("com.squareup.okhttp3:okhttp:5.3.2") { + implementation("com.squareup.okhttp3:okhttp:5.5.0") + documentation("com.squareup.okhttp3:okhttp:5.5.0") { attributes { attribute( TargetJvmEnvironment.TARGET_JVM_ENVIRONMENT_ATTRIBUTE, @@ -66,8 +66,8 @@ dependencies { } testImplementation(project(":divviup:commontest")) testImplementation("junit:junit:4.13.2") - testImplementation("com.squareup.okhttp3:mockwebserver3:5.3.2") - testImplementation("com.squareup.okhttp3:mockwebserver3-junit4:5.3.2") + testImplementation("com.squareup.okhttp3:mockwebserver3:5.5.0") + testImplementation("com.squareup.okhttp3:mockwebserver3-junit4:5.5.0") testImplementation("org.testcontainers:testcontainers:2.0.5") testImplementation("com.fasterxml.jackson.core:jackson-databind:2.22.1") testImplementation("ch.qos.logback:logback-core:1.6.2") @@ -77,8 +77,8 @@ dependencies { androidTestImplementation(project(":divviup:commontest")) androidTestImplementation("androidx.test.ext:junit:1.3.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0") - androidTestImplementation("com.squareup.okhttp3:mockwebserver3:5.3.2") - androidTestImplementation("com.squareup.okhttp3:mockwebserver3-junit4:5.3.2") + androidTestImplementation("com.squareup.okhttp3:mockwebserver3:5.5.0") + androidTestImplementation("com.squareup.okhttp3:mockwebserver3-junit4:5.5.0") constraints { // Avoid https://github.com/advisories/GHSA-j288-q9x7-2f5v diff --git a/divviup/commontest/build.gradle.kts b/divviup/commontest/build.gradle.kts index 600615b..2ae9d20 100644 --- a/divviup/commontest/build.gradle.kts +++ b/divviup/commontest/build.gradle.kts @@ -29,6 +29,6 @@ android { } dependencies { - implementation("com.squareup.okhttp3:mockwebserver3:5.3.2") - implementation("com.squareup.okhttp3:mockwebserver3-junit4:5.3.2") + implementation("com.squareup.okhttp3:mockwebserver3:5.5.0") + implementation("com.squareup.okhttp3:mockwebserver3-junit4:5.5.0") }