Skip to content

Commit 81438ba

Browse files
authored
Tests. Downgrade version. (#5199)
1 parent 4f405a4 commit 81438ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ micrometer = "1.15.5"
5151
jansi = "2.4.2"
5252
typesafe = "1.4.5"
5353

54-
mockk = "1.14.6"
54+
# Version 1.14.6 is not compatible with Java 11.
55+
# Wait until https://github.com/mockk/mockk/issues/1433 is resolved.
56+
mockk = "1.14.5"
5557

5658
java-jwt = "4.5.0"
5759

0 commit comments

Comments
 (0)