From 537b88fa6c22773ca39fc9bc6cf1c0c5ebbbda9a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 Jun 2022 00:44:10 +0000 Subject: [PATCH] Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.7.2 --- 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..4f8243f 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.7.2") implementation("org.jetbrains.qodana:gradle-qodana-plugin:0.1.13") }