From aa278335a135250ae2e38b090f6f58fce9f915b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 16:32:33 +0000 Subject: [PATCH] chore: bump com.squareup.okhttp3:logging-interceptor Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp) from 5.0.0-alpha.16 to 5.0.0-alpha.17. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.0.0-alpha.16...parent-5.0.0-alpha.17) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.0.0-alpha.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2bdbe10..f65cce7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,8 +13,8 @@ plugins { } dependencies { - implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.16") - implementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.16") + implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.17") + implementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.17") implementation("com.google.guava:guava:33.4.8-jre") }