From 758bf453027fcdff2ba1d90b4e1eb7286c00b347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:18:10 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 7.0.1 to 7.0.2 Bumps com.diffplug.spotless from 7.0.1 to 7.0.2. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b208e9b..0d3ebf4 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' // For source code formatting - id "com.diffplug.spotless" version "7.0.1" + id "com.diffplug.spotless" version "7.0.2" // https://github.com/harbby/gradle-serviceloader id "com.github.harbby.gradle.serviceloader" version "1.1.9" // For building shadow jars with jdk 17 ONLY