Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 3e53449

Browse files
committed
Upgrade to GraalVM 21.1.0
This commit upgrades the native-image-maven-plugin version in the sample parent pom. See gh-578
1 parent ff573cc commit 3e53449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/maven-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>org.graalvm.nativeimage</groupId>
7373
<artifactId>native-image-maven-plugin</artifactId>
74-
<version>21.0.0.2</version>
74+
<version>21.1.0</version>
7575
<configuration>
7676
<mainClass>${main.class}</mainClass>
7777
<imageName>${project.artifactId}</imageName>

0 commit comments

Comments
 (0)