From fdd5af3b86ca7a141760bce99a8872328272e4ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 07:23:24 -0400 Subject: [PATCH] Bump com.diffplug.spotless from 6.21.0 to 6.22.0 (#612) 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> --- cli/build.gradle | 2 +- lib/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/build.gradle b/cli/build.gradle index 52827e45..946b9930 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.diffplug.spotless" version "6.21.0" + id "com.diffplug.spotless" version "6.22.0" } apply plugin: 'application' diff --git a/lib/build.gradle b/lib/build.gradle index 62bcd2ac..fc9dd192 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.diffplug.spotless" version "6.21.0" + id "com.diffplug.spotless" version "6.22.0" } dependencies {