Skip to content

Commit 7f58868

Browse files
authored
deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.23 (#1114)
1 parent 381d76e commit 7f58868

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
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.graalvm.buildtools</groupId>
109109
<artifactId>native-maven-plugin</artifactId>
110-
<version>0.9.22</version>
110+
<version>0.9.23</version>
111111
<extensions>true</extensions>
112112
<configuration>
113113
<mainClass>com.example.datastore.NativeImageDatastoreSample</mainClass>

0 commit comments

Comments
 (0)