From f99698a252502c1a84cb10278bd85d47cc752eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 17:31:02 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:logging-interceptor Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/lysine-dev/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) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- functionaltest-jenkins-plugin/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functionaltest-jenkins-plugin/build.gradle b/functionaltest-jenkins-plugin/build.gradle index b5535149..1c709e41 100644 --- a/functionaltest-jenkins-plugin/build.gradle +++ b/functionaltest-jenkins-plugin/build.gradle @@ -37,8 +37,8 @@ dependencies { implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.5" implementation "org.glassfish.jaxb:jaxb-runtime:4.0.9" - implementation 'com.squareup.okhttp3:okhttp:5.3.2' - implementation 'com.squareup.okhttp3:logging-interceptor:5.3.2' + implementation 'com.squareup.okhttp3:okhttp:5.5.0' + implementation 'com.squareup.okhttp3:logging-interceptor:5.5.0' implementation 'com.google.code.gson:gson:2.13.2' implementation 'io.gsonfire:gson-fire:1.9.0' implementation 'javax.xml.bind:jaxb-api:2.3.1'