From 683be1f4df7caac926bce7cc51ad7a3c18b1f596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:35:03 +0000 Subject: [PATCH] chore(deps): bump com.diffplug.spotless from 6.13.0 to 8.1.0 Bumps com.diffplug.spotless from 6.13.0 to 8.1.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6cfcecb..8c019a7 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java-library' id 'maven-publish' id 'org.jreleaser' version '1.18.0' // Stay at 1.18. Version 1.20.0 fails to publish. - id "com.diffplug.spotless" version "6.13.0" + id "com.diffplug.spotless" version "8.1.0" } group = 'cloud.eppo'