diff --git a/build.gradle b/build.gradle index aa130dd29d2..90c624f408e 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ plugins { // Code formatting; defines targets "spotlessApply" and "spotlessCheck". // https://github.com/diffplug/spotless/tags ; see tags starting "gradle/" // Only works on JDK 11+ (even including the plugin crashes Gradle on JDK 8). - id 'com.diffplug.spotless' version '8.10.0' + id 'com.diffplug.spotless' version '8.10.1' } // There is another `repositories { ... }` block below; if you change this one, change that one as well.