From 6c5b0d63de6b2a7f6deeb840a1ad7fe14aa307a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 07:54:34 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.12.0 to 6.22.0 Bumps com.diffplug.spotless from 6.12.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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8baf7ca..228c0b0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { kotlin("plugin.spring") version "1.7.22" kotlin("plugin.jpa") version "1.7.22" kotlin("kapt") version "1.7.22" - id("com.diffplug.spotless") version "6.12.0" + id("com.diffplug.spotless") version "6.22.0" id ("org.flywaydb.flyway") version "7.7.0" id("jacoco") id("idea")