Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 3670ccf

Browse files
Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases) - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3bd177e commit 3670ccf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
<dependency>
221221
<groupId>org.apache.maven.plugins</groupId>
222222
<artifactId>maven-checkstyle-plugin</artifactId>
223-
<version>3.1.2</version>
223+
<version>3.2.0</version>
224224
<scope>compile</scope>
225225
</dependency>
226226

@@ -430,7 +430,7 @@
430430
<plugin>
431431
<groupId>org.apache.maven.plugins</groupId>
432432
<artifactId>maven-checkstyle-plugin</artifactId>
433-
<version>3.1.2</version>
433+
<version>3.2.0</version>
434434
<configuration>
435435
<configLocation>checkstyle.xml</configLocation>
436436
<failOnViolation>true</failOnViolation>

0 commit comments

Comments
 (0)