From e4228942cb8a53dc19525dc25c28874ce5ba9580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 04:54:10 +0000 Subject: [PATCH] deps(android): Bump com.squareup.okhttp3:logging-interceptor Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp) from 5.3.0 to 5.4.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.0...parent-5.4.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- jnexus-android/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jnexus-android/build.gradle b/jnexus-android/build.gradle index 1582ea4..86dfa4e 100644 --- a/jnexus-android/build.gradle +++ b/jnexus-android/build.gradle @@ -84,8 +84,8 @@ dependencies { implementation 'androidx.navigation:navigation-compose:2.7.6' // HTTP client (replaces java.net.http.HttpClient) - implementation 'com.squareup.okhttp3:okhttp:5.3.0' - implementation 'com.squareup.okhttp3:logging-interceptor:5.3.0' + implementation 'com.squareup.okhttp3:okhttp:5.4.0' + implementation 'com.squareup.okhttp3:logging-interceptor:5.4.0' // Logging (Android-compatible SLF4J implementation) implementation 'com.github.tony19:logback-android:3.0.0' @@ -103,7 +103,7 @@ dependencies { testImplementation 'org.mockito:mockito-inline:5.23.0' // OkHttp MockWebServer for HTTP testing - testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.0' + testImplementation 'com.squareup.okhttp3:mockwebserver:5.4.0' // Android instrumented tests androidTestImplementation 'androidx.test.ext:junit:1.1.5'