Skip to content

Commit

Permalink
chore(deps): update dependency com.diffplug.spotless:spotless-maven-p…
Browse files Browse the repository at this point in the history
…lugin to v2.44.0
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 2ebf82b commit e7dfccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion topics/sw_concepts/code/pattern-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.43.0</version>
<version>2.44.0</version>
<configuration>
<java>
<googleJavaFormat />
Expand Down
2 changes: 1 addition & 1 deletion topics/testing/code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.43.0</version>
<version>2.44.0</version>
<configuration>
<java>
<importOrder />
Expand Down

0 comments on commit e7dfccd

Please sign in to comment.