This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 1f996b9ae3 Update Checkstyle to 11.1.0
1f996b9ae3 is described below
commit 1f996b9ae3449dc67942d6a9685e56a68951f98e
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Sep 29 13:05:20 2025 +0100
Update Checkstyle to 11.1.0
---
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 d7ea5fb8c1..48e465e828 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -292,10 +292,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=11.0.0
+checkstyle.version=11.1.0
checkstyle.checksum.enabled=true
checkstyle.checksum.algorithm=SHA-512
-checkstyle.checksum.value=c0697ffb4df9fd661dcf0ce2e909bcf5d1be2806be97fa9c6604a55078ba14956c56c40e32b412eda98a03c6b0a888a42cc357cdc8a4db808629a42612d8f991
+checkstyle.checksum.value=d0258deed171e9edd8d3392cd900aa55b938c4bb9361b86de55d5c739766aff55a140aae135b76668f977ff1fed87cb5e9c649a05940878c01c2742593aa23a4
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 cfc18e17f2..df05824a24 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -180,6 +180,9 @@
<update>
Update Byte Buddy to 1.17.7. (markt)
</update>
+ <update>
+ Update Checkstyle to 11.1.0. (markt)
+ </update>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]