Skip to content

Commit 68af6c6

Browse files
committed
Downgrade JUnit5
Because the test could not be executed for some reason.
1 parent 3d5e441 commit 68af6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin = "1.9.25" # Mainly for CI, it can be rewritten by environment variable.
33
jackson = "2.18.2"
44

55
# test libs
6-
junit = "5.12.0"
6+
junit = "5.11.4"
77

88
[libraries]
99
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib" }

0 commit comments

Comments
 (0)