From 9b1c2be04b4e4190a8ce74440489d2bdf21ad03d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 22:19:09 +0000 Subject: [PATCH] Bump org.graalvm.buildtools.native from 0.9.23 to 0.9.25 in /fileref Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.23 to 0.9.25. - [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] --- fileref/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fileref/build.gradle.kts b/fileref/build.gradle.kts index 6ac4cc2..3fbfe9b 100644 --- a/fileref/build.gradle.kts +++ b/fileref/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.25" id("maven-publish") id("signing") }