From 780b43bf5161d870e73bd78984af3465a19810bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:05:54 +0000 Subject: [PATCH] Bump org.graalvm.buildtools.native from 0.9.28 to 0.10.0 Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.28 to 0.10.0. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.9.28...0.10.0) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- qr-code-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qr-code-app/build.gradle.kts b/qr-code-app/build.gradle.kts index c3f9d40..02f110f 100644 --- a/qr-code-app/build.gradle.kts +++ b/qr-code-app/build.gradle.kts @@ -8,7 +8,7 @@ plugins { id("org.jlleitschuh.gradle.ktlint") id("com.github.ben-manes.versions") - id("org.graalvm.buildtools.native") version "0.9.28" + id("org.graalvm.buildtools.native") version "0.10.0" id("com.ryandens.jlink-application") version "0.4.0" id("com.github.johnrengelman.shadow") version "8.1.1" }