Skip to content

Commit 0d2f440

Browse files
authored
Update the project's Junit and GraalVM Native Build Tools versions (#218)
1 parent d9f57d5 commit 0d2f440

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
22
# Project versions
3-
nativeBuildTools = "0.9.16"
3+
nativeBuildTools = "0.9.20"
44

55
# External dependencies
6-
junitPlatform = "1.8.1"
7-
junitJupiter = "5.8.1"
8-
groovy = "3.0.8"
6+
junitPlatform = "1.9.2"
7+
junitJupiter = "5.9.2"
8+
groovy = "3.0.14"
99

1010
[libraries]
1111
nativeGradlePlugin = { module = "org.graalvm.buildtools:native-gradle-plugin", version.ref = "nativeBuildTools" }

0 commit comments

Comments
 (0)