From aee2d63f99cd6d3ea342ce7abfc6974a06134c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:56:20 +0200 Subject: [PATCH] chore(deps): bump com.diffplug.spotless in /cie-java (#82) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cie-java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cie-java/build.gradle b/cie-java/build.gradle index 1936db03..a2457129 100644 --- a/cie-java/build.gradle +++ b/cie-java/build.gradle @@ -4,7 +4,7 @@ plugins { // Apply the application plugin to add support for building a CLI application. id 'application' - id "com.diffplug.spotless" version "6.21.0" + id "com.diffplug.spotless" version "6.22.0" } repositories {