We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c28873 commit 095d60aCopy full SHA for 095d60a
pom.xml
@@ -216,7 +216,7 @@
216
<plugin>
217
<groupId>com.coveo</groupId>
218
<artifactId>fmt-maven-plugin</artifactId>
219
- <version>2.9</version>
+ <version>2.12</version>
220
<configuration>
221
<style>google</style>
222
<verbose>true</verbose>
@@ -225,7 +225,7 @@
225
<dependency>
226
<groupId>com.google.googlejavaformat</groupId>
227
<artifactId>google-java-format</artifactId>
228
- <version>1.7</version>
+ <version>1.13.0</version>
229
</dependency>
230
</dependencies>
231
</plugin>
0 commit comments