From c6be868589d9becbf2a1c92e0682c9c708d907cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:22:12 +0100 Subject: [PATCH] chore(deps): bump com.diffplug.spotless in /cie-java (#90) Bumps com.diffplug.spotless from 6.22.0 to 6.23.3. --- 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 ca046f28..70a1f715 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.22.0" + id "com.diffplug.spotless" version "6.23.3" } repositories {