Skip to content

Commit

Permalink
build: Dependencies updates [2021-06-14] (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
flank-release[bot] authored Jun 14, 2021
1 parent 9bb0411 commit 2c6474f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 = "5.0.0"
const val SENTRY = "5.0.1"

// https://github.com/mixpanel/mixpanel-java/releases
const val MIXPANEL = "1.5.0"
Expand All @@ -9,7 +9,7 @@ object Versions {
const val DD_PLIST = "1.23"

// https://github.com/jeremymailen/kotlinter-gradle
const val KTLINT_GRADLE = "3.4.4"
const val KTLINT_GRADLE = "3.4.5"

const val KTLINT = "0.40.0"

Expand Down Expand Up @@ -90,7 +90,7 @@ object Versions {
const val COMMON_TEXT = "1.9"

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

// https://github.com/ben-manes/gradle-versions-plugin/releases
const val BEN_MANES = "0.39.0"
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.9.17"
version = "1.9.18"
group = "com.github.flank"

application {
Expand Down
2 changes: 1 addition & 1 deletion flank-scripts/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-rc-2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-rc-2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion test_runner/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-rc-1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-rc-2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 2c6474f

Please # to comment.