Skip to content

Commit a207829

Browse files
authored
deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.2 (#2552)
1 parent dca0f15 commit a207829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/native-image-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.graalvm.buildtools</groupId>
142142
<artifactId>native-maven-plugin</artifactId>
143-
<version>0.10.1</version>
143+
<version>0.10.2</version>
144144
<extensions>true</extensions>
145145
<configuration>
146146
<mainClass>com.example.storage.NativeImageStorageSample</mainClass>

0 commit comments

Comments
 (0)