From 1e5e62f81cb3fa02eaa984ee346891d53523ae70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:48:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20upgrade=20plugin=20graalvmNative=20?= =?UTF-8?q?to=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 4b4ad49..1bcfbb7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -46,7 +46,7 @@ dep-springMockk = "com.ninja-squad:springmockk:4.0.2" # 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 -graalvmNative = "org.graalvm.buildtools.native:0.10.3" +graalvmNative = "org.graalvm.buildtools.native:0.10.4" # this is only used by the workaround in root build.gradle.kts kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } # if you rely on renovatebot to update your dependencies, then you don't need these plugins