From 90ee9ca6cfd9ce01362ab8c814f22f8994abcc7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:12:17 +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.27 to 0.9.28. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.9.27...0.9.28) --- 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 20e8c95ecc..204f3b173b 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.27" +graal = "0.9.28" junit = "5.10.0" truth = "1.1.5" versions = "0.49.0"