From 9c23699736cffee1fc01b2d47b7af0d2111bb543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 03:41:11 +0000 Subject: [PATCH] ci: bump org.graalvm.nativeimage:svm from 25.0.2 to 25.0.3 Bumps [org.graalvm.nativeimage:svm](https://github.com/oracle/graal) from 25.0.2 to 25.0.3. - [Release notes](https://github.com/oracle/graal/releases) - [Commits](https://github.com/oracle/graal/compare/vm-25.0.2...vm-25.0.3) --- updated-dependencies: - dependency-name: org.graalvm.nativeimage:svm dependency-version: 25.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- jme3-nativeimage-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jme3-nativeimage-plugin/build.gradle b/jme3-nativeimage-plugin/build.gradle index 1c8d817300..70327b80c5 100644 --- a/jme3-nativeimage-plugin/build.gradle +++ b/jme3-nativeimage-plugin/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation gradleApi() implementation localGroovy() compileOnly 'org.graalvm.sdk:nativeimage:25.0.2' - compileOnly 'org.graalvm.nativeimage:svm:25.0.2' + compileOnly 'org.graalvm.nativeimage:svm:25.0.3' } gradlePlugin {