From a8ea1ab4a659273846bbc5f8c46db59b9f9afd20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 17:42:13 +0000 Subject: [PATCH] chore: bump the gradle-updates group with 3 updates Bumps the gradle-updates group with 3 updates: [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp), [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp) and com.diffplug.spotless. Updates `com.squareup.okhttp3:okhttp` from 5.0.0-alpha.17 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.0.0-alpha.17...parent-5.1.0) Updates `com.squareup.okhttp3:logging-interceptor` from 5.0.0-alpha.17 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.0.0-alpha.17...parent-5.1.0) Updates `com.diffplug.spotless` from 7.0.4 to 7.1.0 --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.diffplug.spotless dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- gradle/libs.versions.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f65cce7..5a54e93 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,8 +13,8 @@ plugins { } dependencies { - implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.17") - implementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.17") + implementation("com.squareup.okhttp3:okhttp:5.1.0") + implementation("com.squareup.okhttp3:logging-interceptor:5.1.0") implementation("com.google.guava:guava:33.4.8-jre") } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a6e634e..951ff4d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ [versions] [plugins] -spotless = { id = "com.diffplug.spotless", version = "7.0.4" } +spotless = { id = "com.diffplug.spotless", version = "7.1.0" } publish = { id = "com.gradle.plugin-publish", version = "1.3.1" } [libraries]