From 050faa2b54c377525307627cbe9706ec262fa85a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:26:14 +0000 Subject: [PATCH] chore(deps): bump org.graalvm.buildtools.native from 0.11.5 to 1.0.0 Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.11.5 to 1.0.0. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.11.5...1.0) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 361cf20..22de6e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { checkstyle id("org.springframework.boot") version "4.0.5" id("io.spring.dependency-management") version "1.1.7" - id("org.graalvm.buildtools.native") version "0.11.5" + id("org.graalvm.buildtools.native") version "1.0.0" } group = "com.mpalourdio.projects"