Skip to content

Commit cf62590

Browse files
committed
deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1
1 parent 63619a0 commit cf62590

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
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.graalvm.buildtools</groupId>
133133
<artifactId>native-maven-plugin</artifactId>
134-
<version>0.10.0</version>
134+
<version>0.10.1</version>
135135
<extensions>true</extensions>
136136
<configuration>
137137
<mainClass>com.example.logging.NativeImageLoggingSample</mainClass>

0 commit comments

Comments
 (0)