From 8cb052ee80e389209db043709e4cf57b5296b95b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:44:51 +0000 Subject: [PATCH] deps(deps): bump com.diffplug.spotless from 8.1.0 to 8.2.0 Bumps com.diffplug.spotless from 8.1.0 to 8.2.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.2.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 766d7b8..e1275d4 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.1.0" + id("com.diffplug.spotless") version "8.2.0" // Publishing id("com.vanniktech.maven.publish") version "0.34.0" id("signing")