Skip to content

Commit 65ef264

Browse files
authored
chore: fix formatter version to match google-cloud-shared-config (#1056)
1 parent 53696ce commit 65ef264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434
<plugin>
435435
<groupId>com.coveo</groupId>
436436
<artifactId>fmt-maven-plugin</artifactId>
437-
<version>2.13</version>
437+
<version>2.9</version>
438438
<configuration>
439439
<style>google</style>
440440
<verbose>true</verbose>
@@ -443,7 +443,7 @@
443443
<dependency>
444444
<groupId>com.google.googlejavaformat</groupId>
445445
<artifactId>google-java-format</artifactId>
446-
<version>1.15.0</version>
446+
<version>1.7</version>
447447
</dependency>
448448
</dependencies>
449449
</plugin>

0 commit comments

Comments
 (0)