Skip to content

Commit 63ba7ba

Browse files
committed
Bump Google Java Format to 1.15.0
1 parent 2e72467 commit 63ba7ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
<jruby.version>9.3.3.0</jruby.version>
9191
<jmh.version>1.34</jmh.version>
9292
<spotless.version>2.21.0</spotless.version>
93+
<google-java-format.version>1.15.0</google-java-format.version>
9394
<jacoco.version>0.8.7</jacoco.version>
9495
<!-- to sign artifacts when releasing -->
9596
<gpg.keyname>6026DFCA</gpg.keyname>
@@ -470,7 +471,7 @@
470471
<exclude>src/test/java/SanityCheck.java</exclude>
471472
</excludes>
472473
<googleJavaFormat>
473-
<version>1.13.0</version>
474+
<version>${google-java-format.version}</version>
474475
<style>GOOGLE</style>
475476
</googleJavaFormat>
476477
</java>

0 commit comments

Comments
 (0)