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 fedeb064 Bump org.graalvm.nativeimage:svm from 24.1.1 to 24.1.2 (#1247) fedeb064 is described below commit fedeb064ead1895282ad5521fa45e88dacf3cf18 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Feb 10 11:29:24 2025 +0100 Bump org.graalvm.nativeimage:svm from 24.1.1 to 24.1.2 (#1247) Bumps [org.graalvm.nativeimage:svm](https://github.com/oracle/graal) from 24.1.1 to 24.1.2. - [Release notes](https://github.com/oracle/graal/releases) - [Commits](https://github.com/oracle/graal/compare/vm-24.1.1...vm-24.1.2) --- updated-dependencies: - dependency-name: org.graalvm.nativeimage:svm dependency-type: direct:production update-type: version-update:semver-patch ... 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 118829ac..939198a0 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ <apiguardian-api.version>1.0.0</apiguardian-api.version> <assertj.version>3.27.2</assertj.version> <commons-compress.version>1.27.1</commons-compress.version> - <graalvm.version>24.1.1</graalvm.version> + <graalvm.version>24.1.2</graalvm.version> <graalvm.plugin.version>0.10.5</graalvm.plugin.version> <groovy.version>4.0.25</groovy.version> <jansi.version>2.4.1</jansi.version>