This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 91915268b6f14d0eac09042005e8a8d0472b157a Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jun 22 17:30:29 2021 +0100 Update CheckStyle to 8.43 --- build.properties.default | 4 ++-- webapps/docs/changelog.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index cf4177a..96f65c3 100644 --- a/build.properties.default +++ b/build.properties.default @@ -270,10 +270,10 @@ unboundid.loc=${base-maven.loc}/com/unboundid/unboundid-ldapsdk/${unboundid.vers # ----- Checkstyle, version 6.16 or later ----- # Checkstyle 7 requires Java 8 # Therefore, use checkstyle-backport-jre6 -checkstyle.version=8.22 +checkstyle.version=8.43 checkstyle.checksum.enabled=true checkstyle.checksum.algorithm=MD5|SHA-1 -checkstyle.checksum.value=03cb9ae24d4103134095ccd650b3bbb7|32d2996bedc97ee4e22c50e6ff5a8b571c8d816e +checkstyle.checksum.value=e62de5cde6a85e90de1027c9c0593a99|94993f0d96460a80ba044c281872f479625a8d5a checkstyle.home=${base.path}/checkstyle-backport-jre6-${checkstyle.version} checkstyle.jar=${checkstyle.home}/checkstyle-${checkstyle.version}-all.jar checkstyle.loc=${base-checkstyle.loc}/com/puppycrawl/tools/checkstyle-backport-jre6/${checkstyle.version}/checkstyle-backport-jre6-${checkstyle.version}-all.jar diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 692eca3..83e8174 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -202,6 +202,9 @@ <update> Update UnboundID to 6.0.0. (markt) </update> + <update> + Update CheckStyle backport to 8.43 . (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org