From f8bdad7438e8f4cf42afb13a702b08c23cfcbda4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 18:53:39 +0000 Subject: [PATCH] Update plugin spotless to v6.23.1 --- 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 936cda6..fb3cfd8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,6 +10,6 @@ grpc-protobuf = { module = "io.grpc:grpc-protobuf", version.ref = "grpc" } annotationsapi = { module = "org.apache.tomcat:annotations-api", version = "6.0.53" } [plugins] -spotless = { id = "com.diffplug.spotless", version = "6.23.0" } +spotless = { id = "com.diffplug.spotless", version = "6.23.1" } protobuf = { id = "com.google.protobuf", version = "0.9.4" } nexus = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }