Skip to content

Commit

Permalink
deps: update graalvm native-image dependencies to v0.9.18 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 21, 2022
1 parent cdadbcc commit 59a7b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@
<dependency>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>junit-platform-native</artifactId>
<version>0.9.17</version>
<version>0.9.18</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -820,7 +820,7 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<version>0.9.17</version>
<version>0.9.18</version>
<extensions>true</extensions>
<executions>
<execution>
Expand Down

0 comments on commit 59a7b6d

Please sign in to comment.