From 6deb18a7600cfca24bf91aad96e716577ced3672 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:34:01 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20upgrade=20plugin=20graalvm-native-i?= =?UTF-8?q?mage=20to=20v0.10.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d4a2e00..8c6e847 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.10.0" +graalvm-native-image = "org.graalvm.buildtools.native:0.10.1" # this is only used by the workaround in root build.gradle.kts kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }