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 36b7050e Bump org.graalvm.buildtools:native-maven-plugin from 0.10.5 to 0.10.6 (#1290) 36b7050e is described below commit 36b7050efd457cebd13f689d25c9658bb3644877 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Mar 13 14:23:28 2025 +0100 Bump org.graalvm.buildtools:native-maven-plugin from 0.10.5 to 0.10.6 (#1290) Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.10.5 to 0.10.6. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/commits) --- updated-dependencies: - dependency-name: org.graalvm.buildtools:native-maven-plugin 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 7c003dc2..4a119b4e 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ <assertj.version>3.27.3</assertj.version> <commons-compress.version>1.27.1</commons-compress.version> <graalvm.version>24.1.2</graalvm.version> - <graalvm.plugin.version>0.10.5</graalvm.plugin.version> + <graalvm.plugin.version>0.10.6</graalvm.plugin.version> <groovy.version>4.0.26</groovy.version> <jansi.version>2.4.1</jansi.version> <jline.version>3.29.0</jline.version>