From ed352fb974cceae350bbdb41cf4157c9bfdff077 Mon Sep 17 00:00:00 2001 From: Cristian Ramon-Cortes Date: Mon, 27 Apr 2026 10:13:13 +0200 Subject: [PATCH 1/2] =?UTF-8?q?chore(deps):=20bump=20GraalVM=20Native=20Bu?= =?UTF-8?q?ild=20Tools=20plugin=200.11.1=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- 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 3dc6f0c..6f9465b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -graalvmNativeVersion = "0.11.1" +graalvmNativeVersion = "1.1.0" junitVersion = "5.14.3" licenserVersion = "3.0.1" micronautApplicationVersion = "4.6.2" From 174184e5ef9a72317a94ebdee050f0f3eb247c7f Mon Sep 17 00:00:00 2001 From: Cristian Ramon-Cortes Date: Mon, 27 Apr 2026 10:23:05 +0200 Subject: [PATCH 2/2] fix(ci): pin graalvm reachability metadata to 0.3.35 for GraalVM 21 compatibility Plugin 1.1.0 bundles metadata repo 1.0.0 which uses a new schema requiring GraalVM 25+. Pinning to the latest 0.3.x release keeps compatibility with the GraalVM Community 21 used in CI until we upgrade GraalVM. Co-Authored-By: Claude Sonnet 4.6 --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index fbd19ed..d4d9ae2 100644 --- a/build.gradle +++ b/build.gradle @@ -61,6 +61,9 @@ java { } graalvmNative { + metadataRepository { + version = "0.3.35" + } binaries { main { imageName = 'tw-agent'