From 8ae502d70ca574355b8364eb2d71ac7c166a65c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:44:14 +0000 Subject: [PATCH] chore(deps): bump org.graalvm.buildtools.native from 1.1.1 to 1.1.2 Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/1.1.1...1.1.2) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-version: 1.1.2 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 3709ab3..535da09 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { checkstyle id("org.springframework.boot") version "4.1.0" id("io.spring.dependency-management") version "1.1.7" - id("org.graalvm.buildtools.native") version "1.1.1" + id("org.graalvm.buildtools.native") version "1.1.2" } group = "com.mpalourdio.projects"