From dd67c10d8a28c20bd1d4abfeb56f1ebea5af15f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 07:29:33 +0000 Subject: [PATCH] Bump org.graalvm.buildtools.native from 1.1.1 to 1.1.2 in /examples Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/1.1.1...1.1.2) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/aspectj/weaving/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aspectj/weaving/build.gradle b/examples/aspectj/weaving/build.gradle index d3e82831..b7adae8e 100644 --- a/examples/aspectj/weaving/build.gradle +++ b/examples/aspectj/weaving/build.gradle @@ -1,7 +1,7 @@ plugins { id "org.jetbrains.kotlin.jvm" id "org.springframework.boot" version "4.1.0" - id "org.graalvm.buildtools.native" version "1.1.1" + id "org.graalvm.buildtools.native" version "1.1.2" } apply plugin: "io.freefair.aspectj.post-compile-weaving"