Skip to content

Commit d656bcd

Browse files
authored
Update com.diffplug.spotless to 1.20.0
Update com.diffplug.spotless to 1.20.0
2 parents 7746c91 + 088317c commit d656bcd

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

integration_test_suite/jmx_example_application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<configuration>
5454
<java>
5555
<googleJavaFormat>
56-
<version>1.18.1</version>
56+
<version>1.20.0</version>
5757
<style>AOSP</style>
5858
<reflowLongStrings>true</reflowLongStrings>
5959
</googleJavaFormat>

integration_test_suite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<configuration>
7272
<java>
7373
<googleJavaFormat>
74-
<version>1.18.1</version>
74+
<version>1.20.0</version>
7575
<style>AOSP</style>
7676
<reflowLongStrings>true</reflowLongStrings>
7777
</googleJavaFormat>

jmx_prometheus_common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<configuration>
4848
<java>
4949
<googleJavaFormat>
50-
<version>1.18.1</version>
50+
<version>1.20.0</version>
5151
<style>AOSP</style>
5252
<reflowLongStrings>true</reflowLongStrings>
5353
</googleJavaFormat>
@@ -98,4 +98,4 @@
9898
</dependency>
9999
</dependencies>
100100

101-
</project>
101+
</project>

jmx_prometheus_httpserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<configuration>
4545
<java>
4646
<googleJavaFormat>
47-
<version>1.18.1</version>
47+
<version>1.20.0</version>
4848
<style>AOSP</style>
4949
<reflowLongStrings>true</reflowLongStrings>
5050
</googleJavaFormat>

jmx_prometheus_javaagent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<configuration>
7474
<java>
7575
<googleJavaFormat>
76-
<version>1.18.1</version>
76+
<version>1.20.0</version>
7777
<style>AOSP</style>
7878
<reflowLongStrings>true</reflowLongStrings>
7979
</googleJavaFormat>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
<configuration>
264264
<java>
265265
<googleJavaFormat>
266-
<version>1.18.1</version>
266+
<version>1.20.0</version>
267267
<style>AOSP</style>
268268
<reflowLongStrings>true</reflowLongStrings>
269269
</googleJavaFormat>
@@ -355,4 +355,4 @@
355355
</build>
356356
</profile>
357357
</profiles>
358-
</project>
358+
</project>

0 commit comments

Comments
 (0)