This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new fd09ec90d5 Update Checkstyle to 13.4.2
fd09ec90d5 is described below
commit fd09ec90d5e5edd6583703ff5477f1a8c2dacc53
Author: Mark Thomas <[email protected]>
AuthorDate: Thu May 28 14:33:38 2026 +0100
Update Checkstyle to 13.4.2
---
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 baa0a67f09..9d87318ea7 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -268,10 +268,10 @@
unboundid.jar=${unboundid.home}/unboundid-ldapsdk-${unboundid.version}.jar
unboundid.loc=${base-maven.loc}/com/unboundid/unboundid-ldapsdk/${unboundid.version}/unboundid-ldapsdk-${unboundid.version}.jar
# ----- Checkstyle, version 6.16 or later -----
-checkstyle.version=13.4.1
+checkstyle.version=13.4.2
checkstyle.checksum.enabled=true
checkstyle.checksum.algorithm=SHA-512
-checkstyle.checksum.value=e56f48982aac903784ab7927c81e662edc95d7eff9797dbeb16a7a3265edce01ad72050d646408195d0f890e9cb3a9ba16ed81d8fa6785354b7062fd5d1bf59b
+checkstyle.checksum.value=3888a319c6f0ad2042d1d0b4810575c551a4196d03d131873ba79b1d2293be8d5c7dd3ed86ddbe78ac1edc1f905c946befbd4403c8c6537304424735be9e50ac
checkstyle.home=${base.path}/checkstyle-${checkstyle.version}
checkstyle.jar=${checkstyle.home}/checkstyle-${checkstyle.version}-all.jar
checkstyle.loc=${base-gh.loc}/checkstyle/checkstyle/releases/download/checkstyle-${checkstyle.version}/checkstyle-${checkstyle.version}-all.jar
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 69c9145e10..71a376043e 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -531,6 +531,9 @@
Add check for Tomcat Native library, and log warning when it's not
found
to make it easier to see when it's not used by the suite. (csutherl)
</add>
+ <update>
+ Update Checkstyle to 13.4.2. (markt)
+ </update>
<!-- Entries for backport and removal before 12.0.0-M1 below this line
-->
<fix>
Use per connection authenticator when executing an Ant task. (remm)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]