From 86ba458f14cd5b5e78329776ce4a8139a2e7a7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 11:42:41 +0000 Subject: [PATCH] Bump org.graalvm.buildtools.native from 1.1.9 to 1.1.10 Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 1.1.9 to 1.1.10. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/1.1.9...1.1.10) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-version: 1.1.10 dependency-type: direct:production update-type: version-update:semver-patch ... 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 437caf5..247e19f 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -2,7 +2,7 @@ plugins { id 'org.springframework.boot' version "4.1.0" id 'java' id 'application' - id 'org.graalvm.buildtools.native' version '1.1.9' + id 'org.graalvm.buildtools.native' version '1.1.10' } java {