From cff4e3dfbc597b4533272f334871894d0406c6c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:22:00 +0000 Subject: [PATCH] chore: Bump org.graalvm.buildtools.native from 0.11.5 to 1.0.0 Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.11.5 to 1.0.0. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.11.5...1.0) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index af9ccbf..6aaf19a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -graalvm-buildtools = "0.11.5" +graalvm-buildtools = "1.0.0" jspecify = "1.0.0" junit = "6.0.3" jextract = "1.4.0"