Skip to content

Commit

Permalink
Update dependency com.google.googlejavaformat:google-java-format to v…
Browse files Browse the repository at this point in the history
…1.11.0
  • Loading branch information
renovate-bot committed Oct 18, 2021
1 parent af3db56 commit ac0d52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
val javaHome: String = System.getProperty("java.home")
val toolsJar = files("$javaHome/../lib/tools.jar")
implementation(toolsJar)
implementation("com.google.googlejavaformat:google-java-format:1.7")
implementation("com.google.googlejavaformat:google-java-format:1.11.0")
implementation("org.apache.maven:maven-model-builder:3.8.1")
implementation("com.leacox.motif:motif:0.1")
implementation("com.leacox.motif:motif-hamcrest:0.1")
Expand Down

0 comments on commit ac0d52e

Please sign in to comment.