Skip to content

Commit 47e0f13

Browse files
Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.45.0 (#1274)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8606c1c commit 47e0f13

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
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>com.diffplug.spotless</groupId>
9595
<artifactId>spotless-maven-plugin</artifactId>
96-
<version>2.44.5</version>
96+
<version>2.45.0</version>
9797
<configuration>
9898
<java>
9999
<googleJavaFormat>

integration_test_suite/integration_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<plugin>
183183
<groupId>com.diffplug.spotless</groupId>
184184
<artifactId>spotless-maven-plugin</artifactId>
185-
<version>2.44.5</version>
185+
<version>2.45.0</version>
186186
<configuration>
187187
<java>
188188
<palantirJavaFormat>

integration_test_suite/jmx_example_application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<groupId>com.diffplug.spotless</groupId>
3535
<artifactId>spotless-maven-plugin</artifactId>
36-
<version>2.44.5</version>
36+
<version>2.45.0</version>
3737
<configuration>
3838
<java>
3939
<palantirJavaFormat>

integration_test_suite/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>com.diffplug.spotless</groupId>
4545
<artifactId>spotless-maven-plugin</artifactId>
46-
<version>2.44.5</version>
46+
<version>2.45.0</version>
4747
</plugin>
4848
</plugins>
4949
</pluginManagement>
@@ -59,7 +59,7 @@
5959
<plugin>
6060
<groupId>com.diffplug.spotless</groupId>
6161
<artifactId>spotless-maven-plugin</artifactId>
62-
<version>2.44.5</version>
62+
<version>2.45.0</version>
6363
<configuration>
6464
<java>
6565
<googleJavaFormat>

jmx_prometheus_common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>com.diffplug.spotless</groupId>
8080
<artifactId>spotless-maven-plugin</artifactId>
81-
<version>2.44.5</version>
81+
<version>2.45.0</version>
8282
<configuration>
8383
<java>
8484
<palantirJavaFormat>

jmx_prometheus_isolator_javaagent/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>2.44.5</version>
102+
<version>2.45.0</version>
103103
<configuration>
104104
<java>
105105
<palantirJavaFormat>

jmx_prometheus_javaagent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>com.diffplug.spotless</groupId>
6969
<artifactId>spotless-maven-plugin</artifactId>
70-
<version>2.44.5</version>
70+
<version>2.45.0</version>
7171
<configuration>
7272
<java>
7373
<palantirJavaFormat>

jmx_prometheus_standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>com.diffplug.spotless</groupId>
5757
<artifactId>spotless-maven-plugin</artifactId>
58-
<version>2.44.5</version>
58+
<version>2.45.0</version>
5959
<configuration>
6060
<java>
6161
<palantirJavaFormat>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<plugin>
165165
<groupId>com.diffplug.spotless</groupId>
166166
<artifactId>spotless-maven-plugin</artifactId>
167-
<version>2.44.5</version>
167+
<version>2.45.0</version>
168168
</plugin>
169169
</plugins>
170170
</pluginManagement>
@@ -230,7 +230,7 @@
230230
<plugin>
231231
<groupId>com.diffplug.spotless</groupId>
232232
<artifactId>spotless-maven-plugin</artifactId>
233-
<version>2.44.5</version>
233+
<version>2.45.0</version>
234234
<configuration>
235235
<java>
236236
<googleJavaFormat>

0 commit comments

Comments
 (0)