From ac5e4a3bfd67b7b7e0d9b494bbdfc0d190d2b408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 07:23:00 +0000 Subject: [PATCH] Bump org.graalvm.buildtools.native in /examples/graal-native Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.26 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] --- examples/graal-native/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graal-native/gradle/libs.versions.toml b/examples/graal-native/gradle/libs.versions.toml index 3fe423ff77..2184cda88d 100644 --- a/examples/graal-native/gradle/libs.versions.toml +++ b/examples/graal-native/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] caffeine = "3.1.8" -graal = "0.9.26" +graal = "0.9.27" junit = "5.10.0" truth = "1.1.5" versions = "0.48.0"