This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 26827e78836 [improve][build] Upgrade Checkstyle from 10.14.2 to 13.3.0
(#25440)
26827e78836 is described below
commit 26827e788360ef546e615226af64ec39768689d8
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Mar 31 16:03:04 2026 +0300
[improve][build] Upgrade Checkstyle from 10.14.2 to 13.3.0 (#25440)
---
buildtools/src/main/resources/pulsar/checkstyle.xml | 2 +-
buildtools/src/main/resources/pulsar/suppressions.xml | 2 +-
gradle/libs.versions.toml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/buildtools/src/main/resources/pulsar/checkstyle.xml
b/buildtools/src/main/resources/pulsar/checkstyle.xml
index e5cf3061abb..49c8e6804a8 100644
--- a/buildtools/src/main/resources/pulsar/checkstyle.xml
+++ b/buildtools/src/main/resources/pulsar/checkstyle.xml
@@ -21,7 +21,7 @@
-->
<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
- "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
+ "https://checkstyle.org/dtds/configuration_1_3.dtd">
<!-- This is a checkstyle configuration file. For descriptions of
what the following rules do, please see the checkstyle configuration
diff --git a/buildtools/src/main/resources/pulsar/suppressions.xml
b/buildtools/src/main/resources/pulsar/suppressions.xml
index d65238a7a03..d19c75c2b93 100644
--- a/buildtools/src/main/resources/pulsar/suppressions.xml
+++ b/buildtools/src/main/resources/pulsar/suppressions.xml
@@ -21,7 +21,7 @@
-->
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
- "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
+ "https://checkstyle.org/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress checks="JavadocPackage" files=".*[\\/]src[\\/]test[\\/].*"/>
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index cafc8c5cb29..4ed2e758314 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -24,7 +24,7 @@ java = "17"
docker-jdk = "21"
pulsar-client-python = "3.10.0"
# Code quality
-checkstyle = "10.14.2"
+checkstyle = "13.3.0"
# Major frameworks
bookkeeper = "4.17.3"
zookeeper = "3.9.5"