Skip to content

Commit 6363196

Browse files
authored
deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.20 (#1280)
1 parent 296cce1 commit 6363196

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.9.19</version>
134+
<version>0.9.20</version>
135135
<extensions>true</extensions>
136136
<configuration>
137137
<mainClass>com.example.logging.NativeImageLoggingSample</mainClass>

0 commit comments

Comments
 (0)