Skip to content

Commit 7b59838

Browse files
build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin (#1751)
Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.3.0 to 3.6.0. - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.3.0...maven-checkstyle-plugin-3.6.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> Co-authored-by: Simon Thulbourn <[email protected]>
1 parent da9f526 commit 7b59838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@
651651
<!-- we run checkstyle only on Java 11, no need to run it for all JDK, it's just code style -->
652652
<groupId>org.apache.maven.plugins</groupId>
653653
<artifactId>maven-checkstyle-plugin</artifactId>
654-
<version>3.3.0</version>
654+
<version>3.6.0</version>
655655
<configuration>
656656
<propertyExpansion>basedir=${project.rootdir}</propertyExpansion>
657657
<configLocation>checkstyle.xml</configLocation>

0 commit comments

Comments
 (0)