From c26ad2e514421c4a1e8eaa10a76c035d8c0a0f11 Mon Sep 17 00:00:00 2001 From: Pasha Finkelshteyn Date: Tue, 23 Jun 2020 17:44:53 +0300 Subject: [PATCH] Updates kotest to 4.1.0 and moves it to property --- kotlin-spark-api/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kotlin-spark-api/pom.xml b/kotlin-spark-api/pom.xml index f427248e..ff8f1ebc 100644 --- a/kotlin-spark-api/pom.xml +++ b/kotlin-spark-api/pom.xml @@ -20,6 +20,7 @@ 1.3.72 official 0.10.1 + 4.1.0 @@ -46,13 +47,13 @@ io.kotest kotest-runner-junit5-jvm - 4.1.0 + ${kotest.version} test io.kotest kotest-assertions-core-jvm - 4.1.0 + ${kotest.version} test