Skip to content

Commit

Permalink
build: Dependencies updates [2021-02-22] (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
flank-release[bot] authored Feb 22, 2021
1 parent 6c5c955 commit 78ec3fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {
// https://github.com/getsentry/sentry-java/releases
const val SENTRY = "4.1.0"
const val SENTRY = "4.2.0"

// https://github.com/mixpanel/mixpanel-java/releases
const val MIXPANEL = "1.5.0"
Expand Down Expand Up @@ -43,10 +43,10 @@ object Versions {
const val GOOGLE_AUTH = "0.23.0"

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

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

// https://github.com/google/gson/releases
const val GSON = "2.8.6"
Expand Down Expand Up @@ -96,7 +96,7 @@ object Versions {
const val PROGUARD = "7.0.1"

// ============== flank-scripts ==============
const val KOTLIN_SERIALIZATION = "1.0.1"
const val KOTLIN_SERIALIZATION = "1.1.0"
const val ARCHIVE_LIB = "1.1.0"
const val TUKAANI_XZ = "1.8"
const val FUEL = "2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion flank-scripts/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ shadowJar.apply {
}
}
// <breaking change>.<feature added>.<fix/minor change>
version = "1.6.6"
version = "1.6.7"
group = "com.github.flank"

application {
Expand Down

0 comments on commit 78ec3fb

Please # to comment.