From a6c53f82eb6875c142354efcb8401175311c1486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 20:32:44 +0000 Subject: [PATCH] Bump org.graalvm.buildtools.native from 1.1.3 to 1.1.4 Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/1.1.3...1.1.4) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f59bbdd..a70f679 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id 'jacoco' id 'net.ltgt.errorprone' version '5.1.0' id 'org.springframework.boot' version '4.1.0' - id 'org.graalvm.buildtools.native' version '1.1.3' + id 'org.graalvm.buildtools.native' version '1.1.4' id 'org.sonarqube' version '7.3.1.8318' }