From b50537c79d5ba999420a8075d4a867643dc54f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:12:58 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 8.7.0 to 8.8.0 Bumps com.diffplug.spotless from 8.7.0 to 8.8.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 32bdfc8..b19aa23 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,4 +35,4 @@ download = { id = "de.undercouch.download", version = "5.7.0" } japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.6" } jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.9.0" } nullability = { id = "io.spring.nullability", version = "0.0.14" } -spotless = { id = "com.diffplug.spotless", version = "8.7.0" } +spotless = { id = "com.diffplug.spotless", version = "8.8.0" }