From 952a2f4e62cd19a98cb679546af7a0aa37586e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 08:22:31 +0000 Subject: [PATCH] build(deps): bump okhttpVersion from 5.4.0 to 5.5.0 Bumps `okhttpVersion` from 5.4.0 to 5.5.0. Updates `com.squareup.okhttp3: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) Updates `com.squareup.okhttp3:okhttp-sse` 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 - dependency-name: com.squareup.okhttp3:okhttp-sse dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- allure-okhttp3/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allure-okhttp3/build.gradle.kts b/allure-okhttp3/build.gradle.kts index a88fb677..33f1c669 100644 --- a/allure-okhttp3/build.gradle.kts +++ b/allure-okhttp3/build.gradle.kts @@ -1,6 +1,6 @@ description = "Allure OkHttp3 Integration" -val okhttpVersion = "5.4.0" +val okhttpVersion = "5.5.0" dependencies { api(project(":allure-java-commons"))