From 6ae1190174472c7458988d4b6bc76a0183051bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 04:27:12 +0000 Subject: [PATCH] chore(deps): bump com.diffplug.spotless in /backend Bumps com.diffplug.spotless from 6.13.0 to 6.25.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 81170017..723a81bd 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -23,7 +23,7 @@ */ plugins { id "pl.allegro.tech.build.axion-release" version "1.14.4" - id "com.diffplug.spotless" version "6.13.0" + id "com.diffplug.spotless" version "6.25.0" id "org.jetbrains.kotlin.jvm" version "1.9.22" id "org.jetbrains.kotlin.plugin.allopen" version "1.9.22" }