From f61769b7b2d043904833da5e32325e40264a1bfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 03:13:03 +0000 Subject: [PATCH] deps(deps): bump com.diffplug.spotless from 8.5.1 to 8.6.0 Bumps com.diffplug.spotless from 8.5.1 to 8.6.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 578ddbb..ad323a8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("java-library") // Style and formatting - id("com.diffplug.spotless") version "8.5.1" + id("com.diffplug.spotless") version "8.6.0" // Publishing id("com.vanniktech.maven.publish") version "0.34.0" id("signing")