This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/master by this push:
new 24df2e95 Bump org.graalvm.nativeimage:svm from 25.0.1 to 25.0.2 (#1518)
24df2e95 is described below
commit 24df2e9589c2f16fb91da9a8b63d6f136692a27a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 22 06:02:08 2026 +0100
Bump org.graalvm.nativeimage:svm from 25.0.1 to 25.0.2 (#1518)
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 43baab44..54b010a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
<apiguardian-api.version>1.0.0</apiguardian-api.version>
<assertj.version>3.27.6</assertj.version>
<commons-compress.version>1.28.0</commons-compress.version>
- <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>
<jansi.version>2.4.1</jansi.version>