From b4ad5b093c88308be9b623e772b39676a655d608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 07:57:31 +0530 Subject: [PATCH] chore(maven): bump org.graalvm.buildtools:native-maven-plugin from 0.10.3 to 0.10.4 (#732) chore(maven): bump org.graalvm.buildtools:native-maven-plugin Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.10.3 to 0.10.4. - [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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- CLI/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CLI/pom.xml b/CLI/pom.xml index 3e853a7f..c4132669 100644 --- a/CLI/pom.xml +++ b/CLI/pom.xml @@ -45,7 +45,7 @@ <plugin> <groupId>org.graalvm.buildtools</groupId> <artifactId>native-maven-plugin</artifactId> - <version>0.10.3</version> + <version>0.10.4</version> <extensions>true</extensions> <configuration> <imageName>Drifty CLI</imageName> @@ -85,7 +85,7 @@ <plugin> <groupId>org.graalvm.buildtools</groupId> <artifactId>native-maven-plugin</artifactId> - <version>0.10.3</version> + <version>0.10.4</version> <extensions>true</extensions> <configuration> <imageName>Drifty CLI</imageName> @@ -125,7 +125,7 @@ <plugin> <groupId>org.graalvm.buildtools</groupId> <artifactId>native-maven-plugin</artifactId> - <version>0.10.3</version> + <version>0.10.4</version> <extensions>true</extensions> <configuration> <imageName>Drifty CLI</imageName> @@ -165,7 +165,7 @@ <plugin> <groupId>org.graalvm.buildtools</groupId> <artifactId>native-maven-plugin</artifactId> - <version>0.10.3</version> + <version>0.10.4</version> <extensions>true</extensions> <configuration> <imageName>Drifty CLI</imageName>