From d437bd46dd0345601eb8e389513a7ac9f9372365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 07:47:11 +0000 Subject: [PATCH] Bump org.graalvm.buildtools.native from 0.10.4 to 0.10.5 in /examples Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.10.4 to 0.10.5. - [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/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 6d7fb82d..fbba5bc9 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 "3.4.2" - id "org.graalvm.buildtools.native" version "0.10.4" + id "org.graalvm.buildtools.native" version "0.10.5" } apply plugin: "io.freefair.aspectj.post-compile-weaving"