Skip to content

Commit

Permalink
build: Dependencies updates [2021-07-05] (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
flank-release[bot] authored Jul 5, 2021
1 parent 2d5fc46 commit 12c12ed
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Versions {
const val PICOCLI = "4.6.1"

// https://search.maven.org/search?q=a:google-api-services-toolresults%20g:com.google.apis
const val GOOGLE_API_TOOLRESULTS = "v1beta3-rev20210325-1.31.5"
const val GOOGLE_API_TOOLRESULTS = "v1beta3-rev20210325-1.32.1"

// https://mvnrepository.com/artifact/com.google.api-client/google-api-client
const val GOOGLE_API = "1.32.1"
Expand All @@ -46,10 +46,10 @@ object Versions {
const val GOOGLE_AUTH = "0.26.0"

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

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

// https://github.com/google/gson/releases
const val GSON = "2.8.7"
Expand All @@ -64,7 +64,7 @@ object Versions {
const val JSOUP = "1.13.1"

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

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

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

// https://commons.apache.org/proper/commons-text/
const val COMMON_TEXT = "1.9"
Expand All @@ -96,7 +96,7 @@ object Versions {
const val BEN_MANES = "0.39.0"

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

// ============== flank-scripts ==============
const val KOTLIN_SERIALIZATION = "1.2.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.9.20"
version = "1.9.21"
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-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-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-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-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-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 12c12ed

Please sign in to comment.