diff --git a/other-examples/java/settings.gradle b/other-examples/java/settings.gradle index a21b8a8b..8ceabaaf 100644 --- a/other-examples/java/settings.gradle +++ b/other-examples/java/settings.gradle @@ -1,6 +1,6 @@ pluginManagement { plugins { - id 'com.diffplug.spotless' version '6.25.0' + id 'com.diffplug.spotless' version '7.0.2' id 'org.springframework.boot' version '3.3.4' id 'com.github.johnrengelman.shadow' version '8.1.1' }