Skip to content

Commit f80b3b2

Browse files
build(deps): bump org.graalvm.buildtools:native-maven-plugin (#392)
Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.11.4 to 0.11.5. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@0.11.4...0.11.5) --- updated-dependencies: - dependency-name: org.graalvm.buildtools:native-maven-plugin dependency-version: 0.11.5 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>
1 parent f8212ac commit f80b3b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

helidon/helidon-greeter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<plugin>
181181
<groupId>org.graalvm.buildtools</groupId>
182182
<artifactId>native-maven-plugin</artifactId>
183-
<version>0.11.4</version>
183+
<version>0.11.5</version>
184184
<extensions>true</extensions>
185185
</plugin>
186186
</plugins>

weld-se-greeter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<plugin>
126126
<groupId>org.graalvm.buildtools</groupId>
127127
<artifactId>native-maven-plugin</artifactId>
128-
<version>0.11.4</version>
128+
<version>0.11.5</version>
129129
<extensions>true</extensions>
130130
<configuration>
131131
<buildArgs>

0 commit comments

Comments
 (0)