From 113101cbf91c67db4d6e2890c99fca2a34fde37a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:40:02 +0000 Subject: [PATCH] Bump org.graalvm.buildtools.native from 0.11.4 to 1.1.5 Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.11.4 to 1.1.5. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.11.4...1.1.5) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cli/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/build.gradle b/cli/build.gradle index f99b01e..bb8cdf9 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -2,7 +2,7 @@ plugins { id 'org.springframework.boot' version "4.0.6" id 'java' id 'application' - id 'org.graalvm.buildtools.native' version '0.11.4' + id 'org.graalvm.buildtools.native' version '1.1.5' } java {