Skip to content

Commit

Permalink
Updated maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
brrritssocold committed Nov 19, 2023
1 parent 1b0b03d commit a523743
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<plugins>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.7</version>
<version>3.21.2</version>
<configuration>
<includeTests>true</includeTests>
<minimumTokens>50</minimumTokens>
Expand Down Expand Up @@ -123,7 +123,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.17</version>
<version>3.3.1</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<propertiesLocation>checkstyle_maven.properties</propertiesLocation>
Expand Down Expand Up @@ -152,7 +152,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.11.0</version>
<configuration>
<source>${java-source-version}</source>
<target>${java-target-version}</target>
Expand Down

0 comments on commit a523743

Please sign in to comment.