From b6c7764773e99dcbd425f2e9c8775546a857f837 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 02:46:51 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v6.13.0 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 6acb1423..dd402670 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { id 'com.avast.gradle.docker-compose' version "0.16.11" apply false id 'io.gitlab.arturbosch.detekt' version "1.22.0" apply false id 'com.github.johnrengelman.shadow' version "7.1.2" apply false - id 'com.diffplug.spotless' version '6.12.1' apply false + id 'com.diffplug.spotless' version '6.13.0' apply false } }