Skip to content

Commit 72d6d05

Browse files
authored
Update native-maven-plugin to 0.11.3 (#1624)
1 parent 92b24e3 commit 72d6d05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/docs/common/snippets/common-graal-with-plugins-multi.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ It is possible to customize the name of the native executable or pass additional
6161
<plugin>
6262
<groupId>org.graalvm.buildtools</groupId>
6363
<artifactId>native-maven-plugin</artifactId>
64-
<version>0.10.3</version>
64+
<version>0.11.3</version>
6565
<configuration>
6666
<!--1-->
6767
<imageName>mn-graalvm-application</imageName>

src/docs/common/snippets/common-graal-with-plugins.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ It is possible to customize the name of the native executable or pass additional
6363
<plugin>
6464
<groupId>org.graalvm.buildtools</groupId>
6565
<artifactId>native-maven-plugin</artifactId>
66-
<version>0.10.3</version>
66+
<version>0.11.3</version>
6767
<configuration>
6868
<!--1-->
6969
<imageName>mn-graalvm-application</imageName>

0 commit comments

Comments
 (0)