diff --git a/other-examples/java/settings.gradle b/other-examples/java/settings.gradle index 7f019400..a0dae0a4 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.23.0' - id 'org.springframework.boot' version '3.2.0' + id 'org.springframework.boot' version '3.2.1' id 'de.undercouch.download' version '5.5.0' id 'com.github.johnrengelman.shadow' version '8.1.1' }