From 5a8e8dc72be5942dd8ad2eb2d81a54d8b38d2dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:40:55 +0000 Subject: [PATCH] chore(deps): bump org.graalvm.buildtools.native from 1.1.0 to 1.1.1 Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 454b1da..02335f6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { checkstyle id("org.springframework.boot") version "4.0.6" id("io.spring.dependency-management") version "1.1.7" - id("org.graalvm.buildtools.native") version "1.1.0" + id("org.graalvm.buildtools.native") version "1.1.1" } group = "com.mpalourdio.projects"