Skip to content

Commit

Permalink
[Automatic PR] Dependencies update (#2082)
Browse files Browse the repository at this point in the history
Co-authored-by: piotradamczyk5 <piotradamczyk5@users.noreply.github.com>
  • Loading branch information
flank-release[bot] and piotradamczyk5 authored Jul 12, 2021
1 parent 68e02f4 commit c4b8ba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Versions {
const val KOTLIN = "1.5.20"

// https://github.com/Kotlin/kotlinx.coroutines/releases
const val KOTLIN_COROUTINES = "1.5.0"
const val KOTLIN_COROUTINES = "1.5.1"

// https://github.com/remkop/picocli/releases
const val PICOCLI = "4.6.1"
Expand All @@ -56,7 +56,7 @@ object Versions {

// https://github.com/FasterXML/jackson-core/releases
// https://github.com/FasterXML/jackson-dataformat-xml/releases
const val JACKSON = "2.12.3"
const val JACKSON = "2.12.4"

const val JUNIT = "4.13.2"

Expand Down Expand Up @@ -99,7 +99,7 @@ object Versions {
const val PROGUARD = "7.1.0"

// ============== flank-scripts ==============
const val KOTLIN_SERIALIZATION = "1.2.1"
const val KOTLIN_SERIALIZATION = "1.2.2"
const val ARCHIVE_LIB = "1.1.0"
const val TUKAANI_XZ = "1.9"
const val FUEL = "2.3.1"
Expand Down

0 comments on commit c4b8ba5

Please sign in to comment.