From bb625da8b4df1922820c0c3051c2d5632a1084ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:41:21 +0000 Subject: [PATCH] Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.21.0 --- conventions/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conventions/build.gradle.kts b/conventions/build.gradle.kts index 5557e16..b926360 100644 --- a/conventions/build.gradle.kts +++ b/conventions/build.gradle.kts @@ -20,7 +20,7 @@ buildscript { dependencies { implementation("org.jetbrains.kotlin", "kotlin-gradle-plugin", "1.5.31") - implementation("com.diffplug.spotless","spotless-plugin-gradle","6.4.1") + implementation("com.diffplug.spotless","spotless-plugin-gradle","6.21.0") implementation("org.jetbrains.qodana:gradle-qodana-plugin:0.1.13") }