Skip to content

Commit

Permalink
build: Dependencies updates [2021-01-04] (#1449)
Browse files Browse the repository at this point in the history
* [Automatic PR] Dependencies update

* downgrade picocli version

Co-authored-by: pawelpasterz <[email protected]>
Co-authored-by: piotradamczyk5 <[email protected]>
  • Loading branch information
3 people authored Jan 4, 2021
1 parent 7059c10 commit 78ee6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 78ee6e3

Please sign in to comment.