From 78ee6e3c375b6ed66566bd92e078b9f501b3cd15 Mon Sep 17 00:00:00 2001 From: "flank-release[bot]" <73127551+flank-release[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 17:05:43 +0000 Subject: [PATCH] build: Dependencies updates [2021-01-04] (#1449) * [Automatic PR] Dependencies update * downgrade picocli version Co-authored-by: pawelpasterz Co-authored-by: piotradamczyk5 <65554637+piotradamczyk5@users.noreply.github.com> --- buildSrc/src/main/kotlin/Versions.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index 15e9d752de..b3e46d62c4 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -18,7 +18,7 @@ object Versions { const val DEX_TEST_PARSER = "2.2.1" // match to Tools -> Kotlin -> Configure Kotlin Plugin Updates -> Update Channel: Stable - const val KOTLIN = "1.4.21" + const val KOTLIN = "1.4.21-2" // https://github.com/Kotlin/kotlinx.coroutines/releases const val KOTLIN_COROUTINES = "1.4.2" @@ -78,7 +78,7 @@ object Versions { // https://github.com/mockk/mockk // For now we need to keep version with jdk8 suffix // https://github.com/mockk/mockk/pull/540 - const val MOCKK = "1.10.3-jdk8" + const val MOCKK = "1.10.4" // https://commons.apache.org/proper/commons-text/ const val COMMON_TEXT = "1.9"