diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 43851dd..f67b08c 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.21.0" } +spotless = { id = "com.diffplug.spotless", version = "6.22.0" } protobuf = { id = "com.google.protobuf", version = "0.9.4" } nexus = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }