From 4de2f2d96d710ad8182af7d19cc0b8994a9a13f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 03:07:18 +0000 Subject: [PATCH] Bump org.graalvm.buildtools.native from 0.9.22 to 0.9.23 in /entrypoint Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.22 to 0.9.23. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.9.22...0.9.23) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- entrypoint/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint/build.gradle.kts b/entrypoint/build.gradle.kts index 87decb3..1b64e42 100644 --- a/entrypoint/build.gradle.kts +++ b/entrypoint/build.gradle.kts @@ -6,7 +6,7 @@ */ plugins { id("java") - id("org.graalvm.buildtools.native") version "0.9.22" + id("org.graalvm.buildtools.native") version "0.9.23" id("maven-publish") id("signing") }