diff --git a/settings.gradle b/settings.gradle index 3c4ed39..28ae3c7 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.26.2" } }