Skip to content

Commit

Permalink
build: Dependencies updates [2021-03-22] (#1716)
Browse files Browse the repository at this point in the history
Dependencies updates
  • Loading branch information
flank-release[bot] authored Mar 22, 2021
1 parent 6528ab5 commit 4371bcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ 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.24.1"
const val GOOGLE_AUTH = "0.25.1"

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

// https://search.maven.org/search?q=a:google-cloud-storage%20g:com.google.cloud
const val GOOGLE_STORAGE = "1.113.14"
Expand Down Expand Up @@ -81,13 +81,13 @@ object Versions {
const val KOTLIN_LOGGING = "2.0.6"

// https://github.com/mockk/mockk
const val MOCKK = "1.10.6"
const val MOCKK = "1.11.0"

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

// https://github.com/fusesource/jansi/releases
const val JANSI = "2.3.1"
const val JANSI = "2.3.2"

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

0 comments on commit 4371bcf

Please sign in to comment.