Skip to content

Commit

Permalink
Update some dependencies (#883)
Browse files Browse the repository at this point in the history
Update Gradle to 8.5, Versions plugin to 0.50.0, and Spotless to 6.23.3.
Just to stay up to date.
  • Loading branch information
msridhar committed Dec 20, 2023
1 parent 3ee7072 commit 10761d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ buildscript {
}
}
plugins {
id "com.diffplug.spotless" version "6.21.0"
id "com.diffplug.spotless" version "6.23.3"
id "net.ltgt.errorprone" version "3.1.0" apply false
id "com.github.johnrengelman.shadow" version "8.1.1" apply false
id "me.champeau.jmh" version "0.7.1" apply false
id "com.github.ben-manes.versions" version "0.48.0"
id "com.github.ben-manes.versions" version "0.50.0"
id "com.felipefzdz.gradle.shellcheck" version "1.4.6"
}

Expand Down Expand Up @@ -118,7 +118,7 @@ spotless {
}
}
spotlessPredeclare {
java { googleJavaFormat('1.17.0') }
java { googleJavaFormat('1.18.1') }
groovyGradle {
greclipse()
}
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=3e1af3ae886920c3ac87f7a91f816c0c7c436f276a6eefdb3da152100fef72ae
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionSha256Sum=9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 10761d9

Please sign in to comment.