diff --git a/other-examples/java/settings.gradle b/other-examples/java/settings.gradle index 27c4fd6e..e0ff33fe 100644 --- a/other-examples/java/settings.gradle +++ b/other-examples/java/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { plugins { id 'com.diffplug.spotless' version '6.25.0' - id 'org.springframework.boot' version '3.3.1' + id 'org.springframework.boot' version '3.3.2' id 'com.github.johnrengelman.shadow' version '8.1.1' } }