Skip to content

Commit 3184d65

Browse files
authored
deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.19 (#1791)
1 parent 7d67421 commit 3184d65

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
@@ -134,7 +134,7 @@
134134
<plugin>
135135
<groupId>org.graalvm.buildtools</groupId>
136136
<artifactId>native-maven-plugin</artifactId>
137-
<version>0.9.18</version>
137+
<version>0.9.19</version>
138138
<extensions>true</extensions>
139139
<configuration>
140140
<mainClass>com.example.storage.NativeImageStorageSample</mainClass>

0 commit comments

Comments
 (0)