Skip to content

Commit b919b9a

Browse files
build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin (#1653)
Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.3.0 to 3.4.0. - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.3.0...maven-checkstyle-plugin-3.4.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 564fdb1 commit b919b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@
606606
<!-- we run checkstyle only on Java 11, no need to run it for all JDK, it's just code style -->
607607
<groupId>org.apache.maven.plugins</groupId>
608608
<artifactId>maven-checkstyle-plugin</artifactId>
609-
<version>3.3.0</version>
609+
<version>3.4.0</version>
610610
<configuration>
611611
<configLocation>checkstyle.xml</configLocation>
612612
<encoding>UTF-8</encoding>

0 commit comments

Comments
 (0)