Skip to content

Commit 56a11db

Browse files
mdale-branchmalaporte
authored andcommitted
Upgrade google-java-format to 1.7 (#45)
Also updates maven-plugin-plugin to 3.5 to fix issue with 'helpmojo' goal after updating google-java-format package. https://github.com/google/google-java-format/releases/tag/google-java-format-1.7
1 parent 2e0cfa1 commit 56a11db

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
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.google.googlejavaformat</groupId>
8383
<artifactId>google-java-format</artifactId>
84-
<version>1.6</version>
84+
<version>1.7</version>
8585
</dependency>
8686

8787
<dependency>
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-plugin-plugin</artifactId>
124-
<version>3.4</version>
124+
<version>3.5</version>
125125
<configuration>
126126
<goalPrefix>fmt</goalPrefix>
127127
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>

0 commit comments

Comments
 (0)