diff --git a/settings.gradle b/settings.gradle index ba7a30e..93b8e30 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { mavenLocal() } plugins { - id "io.quarkus" version "3.16.3" + id "io.quarkus" version "3.17.0" } }