From da8d5d8aabbe3bc280379354d8db3d2921542822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 18:49:42 +0000 Subject: [PATCH] Bump org.graalvm.buildtools.native from 0.10.6 to 0.11.0 Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.10.6 to 0.11.0. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.10.6...0.11.0) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-version: 0.11.0 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 760a4c7..18cf46e 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.0' } // TODO BUILD look into GraalVM native compilation vs. dockerizing kb-sdk