diff --git a/settings.gradle.kts b/settings.gradle.kts index f50d114..8495dd4 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -8,7 +8,7 @@ plugins { // Apply the foojay-resolver plugin to allow automatic download of JDKs id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0" - id("io.quarkus.extension") version "3.9.0" apply false + id("io.quarkus.extension") version "3.35.3" apply false } dependencyResolutionManagement {