Skip to content

Commit 49eff34

Browse files
Update google-java-format to LTS 17
Signed-off-by: Adrian Cole <[email protected]>
1 parent e7d5753 commit 49eff34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,8 @@
523523
<java>
524524
<removeUnusedImports /> <!-- self-explanatory -->
525525
<googleJavaFormat>
526-
<version>1.15.0</version>
526+
<!-- Use the floor LTS Java version used in CI -->
527+
<version>1.17.0</version>
527528
</googleJavaFormat>
528529
</java>
529530
<groovy>

0 commit comments

Comments
 (0)