Skip to content

Commit fd0e03b

Browse files
⬆️(deps): Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.45.0 (#1267)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: LogFlames <[email protected]>
1 parent e49d38d commit fd0e03b

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

lockfile.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@
4545
"checksum": "3be1d369703884116300b57abda1c46b8c712faf9a3778960d21dd27af73b650",
4646
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar"
4747
},
48+
{
49+
"groupId": "com.diffplug.spotless",
50+
"artifactId": "spotless-maven-plugin",
51+
"version": "2.45.0",
52+
"checksumAlgorithm": "SHA-256",
53+
"checksum": "3de0d35f213ae98b8b9a2ca8ad9ad2215e20d5f715fdb0c3397c6c482d3e345e",
54+
"resolved": "https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.45.0/spotless-maven-plugin-2.45.0.jar"
55+
},
4856
{
4957
"groupId": "org.apache.maven.plugins",
5058
"artifactId": "maven-surefire-plugin",
@@ -85,14 +93,6 @@
8593
"checksum": "a15977e3457ff8cd803c1a37e1e53aad76e4609cd23bbca8e8f783e5c78e5fa8",
8694
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.5.0/maven-clean-plugin-3.5.0.jar"
8795
},
88-
{
89-
"groupId": "com.diffplug.spotless",
90-
"artifactId": "spotless-maven-plugin",
91-
"version": "2.44.5",
92-
"checksumAlgorithm": "SHA-256",
93-
"checksum": "b19f1dd70dc594494150776ac1ae7f19ed65671009b0be8b5a048809fb0873dd",
94-
"resolved": "https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.44.5/spotless-maven-plugin-2.44.5.jar"
95-
},
9696
{
9797
"groupId": "org.apache.maven.plugins",
9898
"artifactId": "maven-jar-plugin",

maven_plugin/lockfile.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2506,6 +2506,14 @@
25062506
"checksum": "3be1d369703884116300b57abda1c46b8c712faf9a3778960d21dd27af73b650",
25072507
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar"
25082508
},
2509+
{
2510+
"groupId": "com.diffplug.spotless",
2511+
"artifactId": "spotless-maven-plugin",
2512+
"version": "2.45.0",
2513+
"checksumAlgorithm": "SHA-256",
2514+
"checksum": "3de0d35f213ae98b8b9a2ca8ad9ad2215e20d5f715fdb0c3397c6c482d3e345e",
2515+
"resolved": "https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.45.0/spotless-maven-plugin-2.45.0.jar"
2516+
},
25092517
{
25102518
"groupId": "org.apache.maven.plugins",
25112519
"artifactId": "maven-plugin-plugin",
@@ -2554,14 +2562,6 @@
25542562
"checksum": "a15977e3457ff8cd803c1a37e1e53aad76e4609cd23bbca8e8f783e5c78e5fa8",
25552563
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.5.0/maven-clean-plugin-3.5.0.jar"
25562564
},
2557-
{
2558-
"groupId": "com.diffplug.spotless",
2559-
"artifactId": "spotless-maven-plugin",
2560-
"version": "2.44.5",
2561-
"checksumAlgorithm": "SHA-256",
2562-
"checksum": "b19f1dd70dc594494150776ac1ae7f19ed65671009b0be8b5a048809fb0873dd",
2563-
"resolved": "https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.44.5/spotless-maven-plugin-2.44.5.jar"
2564-
},
25652565
{
25662566
"groupId": "org.apache.maven.plugins",
25672567
"artifactId": "maven-failsafe-plugin",

maven_plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
<execution>
187187
<configuration>
188188
<scripts>
189-
<script></script>
189+
<script/>
190190
</scripts>
191191
</configuration>
192192
</execution>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@
8585
<plugin>
8686
<groupId>com.diffplug.spotless</groupId>
8787
<artifactId>spotless-maven-plugin</artifactId>
88-
<version>2.44.5</version>
88+
<version>2.45.0</version>
8989
<configuration>
9090
<formats>
9191
<format>
9292
<includes>
9393
<include>.gitignore</include>
9494
</includes>
95-
<trimTrailingWhitespace></trimTrailingWhitespace>
96-
<endWithNewline></endWithNewline>
95+
<trimTrailingWhitespace/>
96+
<endWithNewline/>
9797
<indent>
9898
<tabs>false</tabs>
9999
<spaces>true</spaces>
@@ -102,13 +102,13 @@
102102
</format>
103103
</formats>
104104
<java>
105-
<palantirJavaFormat></palantirJavaFormat>
105+
<palantirJavaFormat/>
106106
</java>
107107
<pom>
108108
<includes>
109109
<include>pom.xml</include>
110110
</includes>
111-
<sortPom></sortPom>
111+
<sortPom/>
112112
</pom>
113113
</configuration>
114114
</plugin>
@@ -168,7 +168,7 @@
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-compiler-plugin</artifactId>
170170
<version>3.14.0</version>
171-
<configuration></configuration>
171+
<configuration/>
172172
</plugin>
173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)