From da4280e9cca6711766b92bbe9408ceb989cef796 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 18:09:45 +0000 Subject: [PATCH] chore(deps): update plugin org.graalvm.buildtools.native to v1.1.12 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 85066c1..448a8d1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,5 +2,5 @@ plugins { // Anchors GraalVM native plugin in the root classloader so sibling subprojects that // get it transitively via io.micronaut.library share one classloader scope instead of // each getting their own — prevents GraalVMReachabilityMetadataService type mismatch. - id("org.graalvm.buildtools.native") version "1.1.11" apply false + id("org.graalvm.buildtools.native") version "1.1.12" apply false } \ No newline at end of file