Skip to content

Commit

Permalink
Update dependencies (#1092)
Browse files Browse the repository at this point in the history
* Update dependencies

* Bump gradle to 7.1

* Bump spotless to 5.13.0

* Revert mavenPublish to 0.13.0
  • Loading branch information
Goooler authored Jun 15, 2021
1 parent 5e9450f commit 5d1fc21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
*/
object versions {
const val kotlin = "1.5.10"
const val spotless = "5.12.5"
const val spotless = "5.13.0"
const val ktlint = "0.41.0"
const val mavenPublish = "0.13.0"
const val dokka = "1.4.32"
}

object deps {
const val autoCommon = "com.google.auto:auto-common:1.0"
const val autoCommon = "com.google.auto:auto-common:1.0.1"
const val guava = "com.google.guava:guava:30.1.1-jre"
object kotlin {
const val reflect = "org.jetbrains.kotlin:kotlin-reflect:${versions.kotlin}"
Expand All @@ -34,6 +34,6 @@ object deps {
const val compileTesting = "com.google.testing.compile:compile-testing:0.19"
const val jimfs = "com.google.jimfs:jimfs:1.2"
const val ecj = "org.eclipse.jdt.core.compiler:ecj:4.6.1"
const val kotlinCompileTesting = "com.github.tschuchortdev:kotlin-compile-testing:1.4.1"
const val kotlinCompileTesting = "com.github.tschuchortdev:kotlin-compile-testing:1.4.2"
}
}
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.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 5d1fc21

Please sign in to comment.