This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch mvnd-1.x
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/mvnd-1.x by this push:
new a26fd982 Bump org.graalvm.nativeimage:svm from 25.0.1 to 25.0.2 (#1520)
a26fd982 is described below
commit a26fd982d4d3604503b91ff0fe52ed5723549ad6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 22 06:01:41 2026 +0100
Bump org.graalvm.nativeimage:svm from 25.0.1 to 25.0.2 (#1520)
Bumps [org.graalvm.nativeimage:svm](https://github.com/oracle/graal) from
25.0.1 to 25.0.2.
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](https://github.com/oracle/graal/compare/vm-25.0.1...vm-25.0.2)
---
updated-dependencies:
- dependency-name: org.graalvm.nativeimage:svm
dependency-version: 25.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6e732cd2..3d139c28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
<assertj.version>3.27.6</assertj.version>
<commons-compress.version>1.28.0</commons-compress.version>
<!-- cannot upgrade graalvm to 23.0.0 which requires JDK >= 20 -->
- <graalvm.version>25.0.1</graalvm.version>
+ <graalvm.version>25.0.2</graalvm.version>
<graalvm.plugin.version>0.11.3</graalvm.plugin.version>
<groovy.version>5.0.3</groovy.version>
<jakarta.inject.version>1.0.5</jakarta.inject.version>