Skip to content

Commit fb98bef

Browse files
committed
deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.12
1 parent 15baa27 commit fb98bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/native-image-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<plugin>
142142
<groupId>org.graalvm.buildtools</groupId>
143143
<artifactId>native-maven-plugin</artifactId>
144-
<version>0.9.11</version>
144+
<version>0.9.12</version>
145145
<extensions>true</extensions>
146146
<configuration>
147147
<mainClass>com.example.storage.NativeImageStorageSample</mainClass>

0 commit comments

Comments
 (0)