Skip to content

Commit

Permalink
Maven plugin version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed May 10, 2023
1 parent 3943adf commit 7d7b708
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down Expand Up @@ -190,7 +190,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<inherited>true</inherited>
<configuration>
<archive>
Expand All @@ -205,7 +205,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<version>3.4.1</version>
<configuration>
<tags>
<!--cdk.depends and cdk.builddepends no longer used-->
Expand Down Expand Up @@ -319,7 +319,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.6</version>
<version>3.20.0</version>
<configuration>
<rulesets>
<ruleset>/pmd/custom.xml</ruleset>
Expand Down Expand Up @@ -358,12 +358,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.2</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.17</version>
<version>3.2.1</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<linkXRef>false</linkXRef>
Expand Down

0 comments on commit 7d7b708

Please sign in to comment.