From 648389bf24d149d9b4bb7669a6ef46864e76e401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 23:57:17 +0000 Subject: [PATCH] Bump org.graalvm.buildtools.native from 0.9.20 to 0.9.22 Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.20 to 0.9.22. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.9.20...0.9.22) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native 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 9e9472f..80246e5 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { } plugins { - id 'org.graalvm.buildtools.native' version '0.9.20' + id 'org.graalvm.buildtools.native' version '0.9.22' } description = "Rossonet template project for console applications"