diff --git a/build.gradle b/build.gradle index a5495791e..da0f125a2 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ buildscript { } plugins { - id 'org.springframework.boot' version '3.2.0' apply false + id 'org.springframework.boot' version '3.2.1' apply false id 'org.flywaydb.flyway' version '9.5.1' apply false // Keep the version in sync with spring-boot from time to time id 'org.panteleyev.jpackageplugin' version '1.6.0' apply false id 'org.sonarqube' version '4.4.1.3373'