Skip to content

Commit 28cdfda

Browse files
chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v3 (#668)
* chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v3 * chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v3 * 🔧 Update spotless configuration --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: devtobi <28538704+devtobi@users.noreply.github.com>
1 parent 0df2282 commit 28cdfda

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

refarch-gateway/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<spring-cloud-dependencies.version>2025.0.0</spring-cloud-dependencies.version>
4949

5050
<!-- Linting & Formatting -->
51-
<spotless-maven-plugin.version>2.46.1</spotless-maven-plugin.version>
51+
<spotless-maven-plugin.version>3.0.0</spotless-maven-plugin.version>
5252
<itm-java-codeformat.version>1.0.10</itm-java-codeformat.version>
5353
<pmd-maven-plugin.version>3.27.0</pmd-maven-plugin.version>
5454
<spotbugs-maven-plugin.version>4.9.6.0</spotbugs-maven-plugin.version>
@@ -288,7 +288,7 @@
288288
<endWithNewline />
289289
<importOrder />
290290
<removeUnusedImports />
291-
<removeWildcardImports />
291+
<forbidWildcardImports />
292292
<formatAnnotations />
293293
</java>
294294
</configuration>

refarch-integrations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<maven.compiler.release>${java.version}</maven.compiler.release>
5555

5656
<!-- Linting & Formatting -->
57-
<spotless-maven-plugin.version>2.46.1</spotless-maven-plugin.version>
57+
<spotless-maven-plugin.version>3.0.0</spotless-maven-plugin.version>
5858
<itm-java-codeformat.version>1.0.10</itm-java-codeformat.version>
5959
<pmd-maven-plugin.version>3.27.0</pmd-maven-plugin.version>
6060

@@ -285,7 +285,7 @@
285285
<endWithNewline />
286286
<importOrder />
287287
<removeUnusedImports />
288-
<removeWildcardImports />
288+
<forbidWildcardImports />
289289
<formatAnnotations />
290290
</java>
291291
</configuration>

0 commit comments

Comments
 (0)