From 0c9e62de99da3028aa1a23766ce3277590bd8921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 22:56:17 +0000 Subject: [PATCH] Bump org.graalvm.buildtools.native from 0.9.23 to 0.9.27 in /filecontent Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.23 to 0.9.27. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/commits) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- filecontent/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filecontent/build.gradle.kts b/filecontent/build.gradle.kts index d4b0682..2bd7067 100644 --- a/filecontent/build.gradle.kts +++ b/filecontent/build.gradle.kts @@ -6,7 +6,7 @@ */ plugins { id("java-library") - id("org.graalvm.buildtools.native") version "0.9.23" + id("org.graalvm.buildtools.native") version "0.9.27" id("maven-publish") id("signing") }