From 333b131e66405f6716b5079ec556cdd139aba44a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 22:17:07 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.21.0 to 6.22.0 Bumps com.diffplug.spotless from 6.21.0 to 6.22.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6a170c3..6360ed2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "net.researchgate.release" version "3.0.2" - id "com.diffplug.spotless" version "6.21.0" + id "com.diffplug.spotless" version "6.22.0" id "com.github.jakemarsden.git-hooks" version "0.0.2" id 'com.github.jk1.dependency-license-report' version '2.5' id "io.freefair.lombok" version "8.3"