Skip to content

Commit

Permalink
build: Dependencies updates [2021-05-31] (#1980)
Browse files Browse the repository at this point in the history
Dependencies updates
  • Loading branch information
flank-release[bot] authored May 31, 2021
1 parent bcc6805 commit 3f4a4fc
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 @@ -52,7 +52,7 @@ object Versions {
const val GOOGLE_STORAGE = "1.114.0"

// https://github.com/google/gson/releases
const val GSON = "2.8.6"
const val GSON = "2.8.7"

// https://github.com/FasterXML/jackson-core/releases
// https://github.com/FasterXML/jackson-dataformat-xml/releases
Expand All @@ -64,7 +64,7 @@ object Versions {
const val JSOUP = "1.13.1"

// https://github.com/ktorio/ktor/releases
const val KTOR = "1.5.4"
const val KTOR = "1.6.0"

// https://github.com/qos-ch/logback/releases
const val LOGBACK = "1.2.3"
Expand All @@ -76,7 +76,7 @@ object Versions {
const val SYSTEM_RULES = "1.19.0"

// https://github.com/google/truth/releases
const val TRUTH = "1.1.2"
const val TRUTH = "1.1.3"

// https://github.com/FasterXML/woodstox/releases
const val WOODSTOX = "6.2.4"
Expand All @@ -93,7 +93,7 @@ object Versions {
const val JANSI = "2.3.2"

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

// https://github.com/Guardsquare/proguard
const val PROGUARD = "7.0.1"
Expand Down

0 comments on commit 3f4a4fc

Please sign in to comment.