This is an automated email from the ASF dual-hosted git repository. cstamas 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 3816dd64 Bump org.graalvm.nativeimage:svm from 24.1.2 to 24.2.0 (#1297) 3816dd64 is described below commit 3816dd646197d52a9ef7c2c2500114d262afc6c0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Mar 19 15:30:32 2025 +0100 Bump org.graalvm.nativeimage:svm from 24.1.2 to 24.2.0 (#1297) Bumps [org.graalvm.nativeimage:svm](https://github.com/oracle/graal) from 24.1.2 to 24.2.0. - [Release notes](https://github.com/oracle/graal/releases) - [Commits](https://github.com/oracle/graal/compare/vm-24.1.2...vm-24.2.0) --- updated-dependencies: - dependency-name: org.graalvm.nativeimage:svm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 78a71268..039287e9 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ <apiguardian-api.version>1.0.0</apiguardian-api.version> <assertj.version>3.27.3</assertj.version> <commons-compress.version>1.27.1</commons-compress.version> - <graalvm.version>24.1.2</graalvm.version> + <graalvm.version>24.2.0</graalvm.version> <graalvm.plugin.version>0.10.6</graalvm.plugin.version> <groovy.version>4.0.26</groovy.version> <jansi.version>2.4.1</jansi.version>