diff --git a/settings.gradle b/settings.gradle index 6fb43a2..758e216 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { mavenLocal() } plugins { - id "io.quarkus" version "3.17.6" + id "io.quarkus" version "3.18.2" } }