Skip to content

Commit cbc777f

Browse files
authored
deps: revert google-java-format to 1.7 (#453)
Fixes #452 . (This revert would fix the problem but when RenovateBot create a pull request we'll be forgetting about the problem.)
1 parent e43174d commit cbc777f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
<dependency>
226226
<groupId>com.google.googlejavaformat</groupId>
227227
<artifactId>google-java-format</artifactId>
228-
<version>1.15.0</version>
228+
<version>1.7</version>
229229
</dependency>
230230
</dependencies>
231231
</plugin>

0 commit comments

Comments
 (0)