diff --git a/settings.gradle b/settings.gradle index 01972bd..1f83744 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { mavenLocal() } plugins { - id "io.quarkus" version "3.16.0" + id "io.quarkus" version "3.16.1" } }