From dead3e152c8fd3d3765b33697f34ca0f7b533047 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:51:40 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20upgrade=20plugin=20graalvm-native-i?= =?UTF-8?q?mage=20to=20v0.10.4?= 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 4f23945..895709c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -44,6 +44,6 @@ dep-ical4j = "org.mnode.ical4j:ical4j:4.0.6" # 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.3" +graalvm-native-image = "org.graalvm.buildtools.native:0.10.4" # this is only used by the workaround in root build.gradle.kts kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }