From d38fa0f0b3f86787b3e428c1e4d1759d2ed1c3e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:26:19 +0000 Subject: [PATCH] Bump org.graalvm.buildtools.native from 0.10.6 to 0.11.1 Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.10.6 to 0.11.1. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.10.6...0.11.1) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e307171..d5d2369 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'application' id 'jacoco' id 'org.ajoberstar.grgit' version '4.1.1' - id 'org.graalvm.buildtools.native' version '0.10.6' + id 'org.graalvm.buildtools.native' version '0.11.1' } // TODO BUILD look into GraalVM native compilation vs. dockerizing kb-sdk