Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update dependency org.graalvm.buildtools:junit-platform-native to v0.9.22 #1340

Next Next commit
deps: update dependency org.graalvm.buildtools:junit-platform-native …
…to v0.9.22
  • Loading branch information
renovate-bot committed May 11, 2023
commit 4dfefaf59a04fccf70906312bd308af9d9530277
2 changes: 1 addition & 1 deletion samples/native-image-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>junit-platform-native</artifactId>
<version>0.9.21</version>
<version>0.9.22</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down