diff --git a/settings.gradle b/settings.gradle index 3c4ed39..a1ee586 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { mavenLocal() } plugins { - id "io.quarkus" version "3.25.4" + id "io.quarkus" version "3.28.2" } }