Skip to content

Commit

Permalink
build: Dependencies updates [2021-08-02] (#2116)
Browse files Browse the repository at this point in the history
* [Automatic PR] Dependencies update

* Bumpup flank-scripts version

Co-authored-by: piotradamczyk5 <[email protected]>
Co-authored-by: Pawel Pasterz <[email protected]>
Co-authored-by: piotradamczyk5 <[email protected]>
  • Loading branch information
4 people authored Aug 2, 2021
1 parent 731a5c1 commit 4d9a4e6
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 @@ -43,7 +43,7 @@ object Versions {
// https://github.com/googleapis/google-auth-library-java/releases
// NOTE: https://github.com/googleapis/google-oauth-java-client is End of Life and replaced by google-auth-library-java
// https://github.com/googleapis/google-oauth-java-client/issues/251#issuecomment-504565533
const val GOOGLE_AUTH = "0.27.0"
const val GOOGLE_AUTH = "1.0.0"

// https://search.maven.org/search?q=a:google-cloud-nio%20g:com.google.cloud
const val GOOGLE_NIO = "0.123.3"
Expand All @@ -64,10 +64,10 @@ object Versions {
const val JSOUP = "1.13.1"

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

// https://github.com/qos-ch/logback/releases
const val LOGBACK = "1.2.4"
const val LOGBACK = "1.2.5"

// https://github.com/square/okhttp/releases
const val OKHTTP = "4.9.1"
Expand Down Expand Up @@ -96,7 +96,7 @@ object Versions {
const val BEN_MANES = "0.39.0"

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

// https://mvnrepository.com/artifact/org.json/json
const val JSON = "20210307"
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.25"
version = "1.9.26"
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.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-rc-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.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-rc-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.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-rc-1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4d9a4e6

Please sign in to comment.