Skip to content

Commit

Permalink
deps: update dependency com.google.googlejavaformat:google-java-forma…
Browse files Browse the repository at this point in the history
…t to v1.13.0 (#361)

* deps: update dependency com.google.googlejavaformat:google-java-format to v1.13.0

* deps: update dependency com.coveo:fmt-maven-plugin to v2.12

Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
  • Loading branch information
renovate-bot and BenWhitehead committed Nov 23, 2021
1 parent 1c28873 commit 095d60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -216,7 +216,7 @@
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.9</version>
<version>2.12</version>
<configuration>
<style>google</style>
<verbose>true</verbose>
Expand All @@ -225,7 +225,7 @@
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.7</version>
<version>1.13.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 095d60a

Please sign in to comment.