Skip to content

Commit 8292554

Browse files
build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin
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]>
1 parent 697f176 commit 8292554

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
@@ -652,7 +652,7 @@
652652
<!-- we run checkstyle only on Java 11, no need to run it for all JDK, it's just code style -->
653653
<groupId>org.apache.maven.plugins</groupId>
654654
<artifactId>maven-checkstyle-plugin</artifactId>
655-
<version>3.3.0</version>
655+
<version>3.6.0</version>
656656
<configuration>
657657
<propertyExpansion>basedir=${project.rootdir}</propertyExpansion>
658658
<configLocation>checkstyle.xml</configLocation>

0 commit comments

Comments
 (0)