1
0

Merge pull request #101 from apache/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0

Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
This commit is contained in:
Bruno P. Kinoshita
2022-08-26 22:29:18 +12:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -464,7 +464,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>
@@ -514,7 +514,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>

View File

@@ -104,7 +104,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump servlet-api from 2.3 to 2.5 #27.
</action>
<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 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.