Skip to content

Commit e1688c8

Browse files
chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v3
1 parent 0f22c33 commit e1688c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

topics/sw_concepts/code/pattern-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>com.diffplug.spotless</groupId>
8282
<artifactId>spotless-maven-plugin</artifactId>
83-
<version>2.46.1</version>
83+
<version>3.0.0</version>
8484
<configuration>
8585
<java>
8686
<googleJavaFormat />

topics/testing/code/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>com.diffplug.spotless</groupId>
155155
<artifactId>spotless-maven-plugin</artifactId>
156-
<version>2.46.1</version>
156+
<version>3.0.0</version>
157157
<configuration>
158158
<java>
159159
<importOrder />

0 commit comments

Comments
 (0)