Skip to content

Commit

Permalink
Update spotless-maven-plugin to 2.43.0 for Java 21 compatibility
Browse files Browse the repository at this point in the history
The previous spotless version has Java 21 compatibility issues,
see diffplug/spotless#1791 for more.
  • Loading branch information
fourls committed Jul 1, 2024
1 parent 03f5eb7 commit fa38dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.27.2</version>
<version>2.43.0</version>
<configuration>
<java>
<googleJavaFormat>
Expand Down

0 comments on commit fa38dea

Please sign in to comment.