diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8a87057..1122522 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -44,6 +44,6 @@ dep-ical4j = "org.mnode.ical4j:ical4j:4.0.0-rc3" # plugins that are used in main build but not in precompiled script plugins # when multiple main builds have similar plugin settings on a plugin here, # then it have to be moved to a separated precompiled script plugin -graalvm-native-image = "org.graalvm.buildtools.native:0.9.28" +graalvm-native-image = "org.graalvm.buildtools.native:0.10.0" # this is only used by the workaround in root build.gradle.kts kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }