Skip to content

Commit

Permalink
build: Dependencies updates [2020-12-14] (#1397)
Browse files Browse the repository at this point in the history
Dependencies updates
  • Loading branch information
github-actions[bot] authored Dec 14, 2020
1 parent fd2c0a6 commit 2529e16
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 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.20"
const val KOTLIN = "1.4.21"

// https://github.com/Kotlin/kotlinx.coroutines/releases
const val KOTLIN_COROUTINES = "1.4.2"
Expand All @@ -32,13 +32,13 @@ object Versions {
// https://github.com/googleapis/google-auth-library-java/releases
// NOTE: https://github.com/googleapis/google-oauth-java-client is End of Life and replaced by google-auth-library-java
// https://github.com/googleapis/google-oauth-java-client/issues/251#issuecomment-504565533
const val GOOGLE_AUTH = "0.22.0"
const val GOOGLE_AUTH = "0.22.2"

// https://search.maven.org/search?q=a:google-cloud-nio%20g:com.google.cloud
const val GOOGLE_NIO = "0.122.1"
const val GOOGLE_NIO = "0.122.3"

// https://search.maven.org/search?q=a:google-cloud-storage%20g:com.google.cloud
const val GOOGLE_STORAGE = "1.113.4"
const val GOOGLE_STORAGE = "1.113.6"

// https://github.com/google/gson/releases
const val GSON = "2.8.6"
Expand Down Expand Up @@ -73,13 +73,15 @@ object Versions {
const val KOTLIN_LOGGING = "2.0.3"

// https://github.com/mockk/mockk
const val MOCKK = "1.10.2"
// For now we need to keep version with jdk8 suffix
// https://github.com/mockk/mockk/pull/540
const val MOCKK = "1.10.3-jdk8"

// https://commons.apache.org/proper/commons-text/
const val COMMON_TEXT = "1.9"

// https://github.com/fusesource/jansi/releases
const val JANSI = "2.0.1"
const val JANSI = "2.1.0"

// https://github.com/ben-manes/gradle-versions-plugin/releases
const val BEN_MANES = "0.36.0"
Expand Down

0 comments on commit 2529e16

Please sign in to comment.