Merge pull request #221 from AppleCommander/dependabot/gradle/org.graalvm.buildtools.native-0.11.4

Bump org.graalvm.buildtools.native from 0.11.3 to 0.11.4
This commit is contained in:
A2 Geek
2026-01-26 15:20:40 -06:00
committed by GitHub

View File

@@ -16,6 +16,6 @@ ext {
// 3.0(?) introduced Spring AOT automatic stuff and breaks when using GraalVM native image
springBoot = "4.0.1"
acdasmVersion = "6.1"
graalvmBuildVersion = "0.11.3"
graalvmBuildVersion = "0.11.4"
clthVersion = "2.1"
}