Skip to content

Commit b7acc52

Browse files
committed
Update Kotest version to 6.1.4 in gradle.properties files
1 parent a17899b commit b7acc52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jvm/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ ver_OKIO=3.16.0
1010
ver_KOTLIN_TEST=2.0.0
1111
ver_KOTLIN_SERIALIZATION=1.9.0
1212
# Kotest 6.0.0 is the oldest that we support
13-
ver_KOTEST=6.1.0
13+
ver_KOTEST=6.1.4
1414

1515
ver_JVM_TARGET=11

jvm/undertest-junit5-kotest/harness/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ ver_JUNIT_PIONEER=2.2.0
99
ver_OKIO=3.7.0
1010
ver_KOTLIN_TEST=1.9.22
1111
ver_KOTLIN_SERIALIZATION=1.6.3
12-
ver_KOTEST=6.1.1
12+
ver_KOTEST=6.1.4

0 commit comments

Comments
 (0)