Skip to content

Commit

Permalink
[Automatic PR] Dependencies update (#2040)
Browse files Browse the repository at this point in the history
  • Loading branch information
flank-release[bot] authored Jun 21, 2021
1 parent 3b5535c commit 90b2593
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 @@ -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.0"
const val GOOGLE_API_TOOLRESULTS = "v1beta3-rev20210325-1.31.5"

// https://mvnrepository.com/artifact/com.google.api-client/google-api-client
const val GOOGLE_API = "1.31.5"
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.1"
const val GOOGLE_NIO = "0.123.2"

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

// https://github.com/google/gson/releases
const val GSON = "2.8.7"
Expand Down Expand Up @@ -105,6 +105,6 @@ object Versions {
const val FUEL = "2.3.1"
const val CLIKT = "2.8.0"
const val JCABI_GITHUB = "1.1.2"
const val SLF4J_NOP = "1.7.30"
const val SLF4J_NOP = "1.7.31"
const val GLASSFISH_JSON = "1.1.4"
}
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.18"
version = "1.9.19"
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-2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.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-rc-2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.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-rc-2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 90b2593

Please sign in to comment.