1
0
This commit is contained in:
Gary Gregory
2022-08-26 08:22:48 -04:00
2 changed files with 5 additions and 5 deletions

View File

@@ -464,7 +464,7 @@ under the License.
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version> <version>3.2.0</version>
<configuration> <configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation> <configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary> <enableRulesSummary>false</enableRulesSummary>
@@ -514,7 +514,7 @@ under the License.
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version> <version>3.2.0</version>
<configuration> <configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation> <configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary> <enableRulesSummary>false</enableRulesSummary>
@@ -542,7 +542,7 @@ under the License.
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId> <artifactId>maven-pmd-plugin</artifactId>
<version>3.17.0</version> <version>3.18.0</version>
<configuration> <configuration>
<!-- targetJdk 1.1, 1.2 is not supported --> <!-- targetJdk 1.1, 1.2 is not supported -->
<targetJdk>1.3</targetJdk> <targetJdk>1.3</targetJdk>

View File

@@ -95,7 +95,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump maven-dependency-plugin from 2.4 to 3.3.0 #29, #79. Bump maven-dependency-plugin from 2.4 to 3.3.0 #29, #79.
</action> </action>
<action dev="ggregory" type="update" due-to="Dependabot"> <action dev="ggregory" type="update" due-to="Dependabot">
Bump maven-pmd-plugin from 3.3 to 3.17.0 #28, #90. Bump maven-pmd-plugin from 3.3 to 3.18.0 #28, #90, #100.
</action> </action>
<action dev="ggregory" type="update" due-to="Dependabot"> <action dev="ggregory" type="update" due-to="Dependabot">
Bump maven-assembly-plugin from 2.5 to 3.4.2 #30, #94, #96. Bump maven-assembly-plugin from 2.5 to 3.4.2 #30, #94, #96.
@@ -104,7 +104,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump servlet-api from 2.3 to 2.5 #27. Bump servlet-api from 2.3 to 2.5 #27.
</action> </action>
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot"> <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
Bump maven-checkstyle-plugin from 2.7 to 3.1.2 #35. Bump maven-checkstyle-plugin from 2.7 to 3.2.0 #35, #101.
</action> </action>
<action dev="ggregory" type="update" due-to="Dependabot"> <action dev="ggregory" type="update" due-to="Dependabot">
Bump spotbugs-maven-plugin from 4.1.4 to 4.7.1.1 #33, #70, #78, #93, #97. Bump spotbugs-maven-plugin from 4.1.4 to 4.7.1.1 #33, #70, #78, #93, #97.