From 76f7cd7fb898d69d9d1f4f8fe79f3d5f0623bdd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 18:51:30 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:logging-interceptor from 4.12.0 to 5.3.2 Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp) from 4.12.0 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 502cceb1..5d50255f 100644 --- a/build.gradle +++ b/build.gradle @@ -108,8 +108,8 @@ ext { dependencies { implementation 'io.swagger:swagger-annotations:1.6.16' implementation "com.google.code.findbugs:jsr305:3.0.2" - implementation 'com.squareup.okhttp3:okhttp:4.12.0' - implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0' + implementation 'com.squareup.okhttp3:okhttp:5.3.2' + implementation 'com.squareup.okhttp3:logging-interceptor:5.3.2' implementation 'com.google.code.gson:gson:2.13.2' implementation 'io.gsonfire:gson-fire:1.9.0' implementation 'jakarta.ws.rs:jakarta.ws.rs-api:4.0.0'