Skip to content

Commit 59a7b6d

Browse files
authored
deps: update graalvm native-image dependencies to v0.9.18 (#544)
1 parent cdadbcc commit 59a7b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@
794794
<dependency>
795795
<groupId>org.graalvm.buildtools</groupId>
796796
<artifactId>junit-platform-native</artifactId>
797-
<version>0.9.17</version>
797+
<version>0.9.18</version>
798798
<scope>test</scope>
799799
</dependency>
800800
</dependencies>
@@ -820,7 +820,7 @@
820820
<plugin>
821821
<groupId>org.graalvm.buildtools</groupId>
822822
<artifactId>native-maven-plugin</artifactId>
823-
<version>0.9.17</version>
823+
<version>0.9.18</version>
824824
<extensions>true</extensions>
825825
<executions>
826826
<execution>

0 commit comments

Comments
 (0)