From da400ed0d311f8b601ab6dc40a7227d83a593050 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 13:04:24 +0300 Subject: [PATCH] Update plugin spotless to v6.18.0 (#32) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dc474d9..9fad1f7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,6 +11,6 @@ annotationsapi = { module = "org.apache.tomcat:annotations-api", version = "6.0. terminable = { module = "tr.com.infumia:terminable", version = "0.1.3" } [plugins] -spotless = { id = "com.diffplug.spotless", version = "6.17.0" } +spotless = { id = "com.diffplug.spotless", version = "6.18.0" } protobuf = { id = "com.google.protobuf", version = "0.9.2" } nexus = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }