diff --git a/settings.gradle b/settings.gradle index 5bdd3f4..49e1459 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { mavenLocal() } plugins { - id "io.quarkus" version "3.21.1" + id "io.quarkus" version "3.21.2" } }