Skip to content

Commit 134a89c

Browse files
authored
Updated Google Java Format to 1.34.1 (#1414)
Signed-off-by: dhoard <doug.hoard@gmail.com>
1 parent 76d0477 commit 134a89c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<configuration>
104104
<java>
105105
<googleJavaFormat>
106-
<version>1.24.0</version>
106+
<version>1.34.1</version>
107107
<style>AOSP</style>
108108
<reflowLongStrings>true</reflowLongStrings>
109109
</googleJavaFormat>

integration_test_suite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<configuration>
6565
<java>
6666
<googleJavaFormat>
67-
<version>1.24.0</version>
67+
<version>1.34.1</version>
6868
<style>AOSP</style>
6969
<reflowLongStrings>true</reflowLongStrings>
7070
</googleJavaFormat>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<configuration>
238238
<java>
239239
<googleJavaFormat>
240-
<version>1.22.0</version>
240+
<version>1.34.1</version>
241241
<style>AOSP</style>
242242
<reflowLongStrings>true</reflowLongStrings>
243243
</googleJavaFormat>

0 commit comments

Comments
 (0)