Skip to content

Commit

Permalink
Merge pull request #1297 from freefair/dependabot/gradle/examples/org…
Browse files Browse the repository at this point in the history
….graalvm.buildtools.native-0.10.5

Bump org.graalvm.buildtools.native from 0.10.4 to 0.10.5 in /examples
  • Loading branch information
larsgrefer authored Feb 5, 2025
2 parents 2346aa9 + d437bd4 commit ecdbacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aspectj/weaving/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ecdbacb

Please sign in to comment.