From f79514b68dbdd20e21797df4d90d077587e78853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 00:11:51 +0000 Subject: [PATCH] Bump org.graalvm.buildtools.native from 0.10.0 to 0.10.1 Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.10.0...0.10.1) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test-projects/graalvm/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-projects/graalvm/build.gradle b/test-projects/graalvm/build.gradle index 3265649..cf19366 100644 --- a/test-projects/graalvm/build.gradle +++ b/test-projects/graalvm/build.gradle @@ -1,7 +1,7 @@ plugins { id "java" id "application" - id 'org.graalvm.buildtools.native' version '0.10.0' + id 'org.graalvm.buildtools.native' version '0.10.1' } java {