Skip to content

Commit

Permalink
Bump maven-conpiler-plugin and spotless-maven-plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Feb 21, 2025
1 parent d4a917f commit d1678dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.44.2</version>
<version>2.44.3</version>
<configuration>
<formats>
<format>
Expand Down Expand Up @@ -235,7 +235,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<configuration>
<showWarnings>true</showWarnings>
<compilerArgs>
Expand Down

0 comments on commit d1678dc

Please sign in to comment.