Skip to content

Commit 9e569d5

Browse files
Update dependency com.diffplug.spotless:spotless-maven-plugin to v3.3.0
1 parent c2d2b97 commit 9e569d5

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<plugin>
100100
<groupId>com.diffplug.spotless</groupId>
101101
<artifactId>spotless-maven-plugin</artifactId>
102-
<version>3.2.1</version>
102+
<version>3.3.0</version>
103103
<configuration>
104104
<java>
105105
<googleJavaFormat>

integration_test_suite/integration_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>com.diffplug.spotless</groupId>
190190
<artifactId>spotless-maven-plugin</artifactId>
191-
<version>3.2.1</version>
191+
<version>3.3.0</version>
192192
<configuration>
193193
<java>
194194
<palantirJavaFormat>

integration_test_suite/jmx_example_application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<plugin>
3535
<groupId>com.diffplug.spotless</groupId>
3636
<artifactId>spotless-maven-plugin</artifactId>
37-
<version>3.2.1</version>
37+
<version>3.3.0</version>
3838
<configuration>
3939
<java>
4040
<palantirJavaFormat>

integration_test_suite/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<plugin>
4545
<groupId>com.diffplug.spotless</groupId>
4646
<artifactId>spotless-maven-plugin</artifactId>
47-
<version>3.2.1</version>
47+
<version>3.3.0</version>
4848
</plugin>
4949
</plugins>
5050
</pluginManagement>
@@ -60,7 +60,7 @@
6060
<plugin>
6161
<groupId>com.diffplug.spotless</groupId>
6262
<artifactId>spotless-maven-plugin</artifactId>
63-
<version>3.2.1</version>
63+
<version>3.3.0</version>
6464
<configuration>
6565
<java>
6666
<googleJavaFormat>

jmx_prometheus_common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>com.diffplug.spotless</groupId>
8686
<artifactId>spotless-maven-plugin</artifactId>
87-
<version>3.2.1</version>
87+
<version>3.3.0</version>
8888
<configuration>
8989
<java>
9090
<palantirJavaFormat>

jmx_prometheus_isolator_javaagent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>com.diffplug.spotless</groupId>
108108
<artifactId>spotless-maven-plugin</artifactId>
109-
<version>3.2.1</version>
109+
<version>3.3.0</version>
110110
<configuration>
111111
<java>
112112
<palantirJavaFormat>

jmx_prometheus_javaagent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>com.diffplug.spotless</groupId>
7070
<artifactId>spotless-maven-plugin</artifactId>
71-
<version>3.2.1</version>
71+
<version>3.3.0</version>
7272
<configuration>
7373
<java>
7474
<palantirJavaFormat>

jmx_prometheus_standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>com.diffplug.spotless</groupId>
5858
<artifactId>spotless-maven-plugin</artifactId>
59-
<version>3.2.1</version>
59+
<version>3.3.0</version>
6060
<configuration>
6161
<java>
6262
<palantirJavaFormat>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
<plugin>
168168
<groupId>com.diffplug.spotless</groupId>
169169
<artifactId>spotless-maven-plugin</artifactId>
170-
<version>3.2.1</version>
170+
<version>3.3.0</version>
171171
</plugin>
172172
</plugins>
173173
</pluginManagement>
@@ -233,7 +233,7 @@
233233
<plugin>
234234
<groupId>com.diffplug.spotless</groupId>
235235
<artifactId>spotless-maven-plugin</artifactId>
236-
<version>3.2.1</version>
236+
<version>3.3.0</version>
237237
<configuration>
238238
<java>
239239
<googleJavaFormat>

0 commit comments

Comments
 (0)