This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
commit beffa84f1fea2645d9d6194fcfcae93a6deacf52
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 04:09:07 2026 +0000
build(deps): bump com.puppycrawl.tools:checkstyle in /examples
Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 13.9.0 to 14.0.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-13.9.0...checkstyle-14.0.0)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 14.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit bd223803fa88caee6d574fd5f81590a2ffe33168)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fda770288..64fb58d2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1110,7 +1110,7 @@
<artifactId>checkstyle</artifactId>
<!-- If you change this, you should also update
the storm_checkstyle.xml file to be
based on the google_checks.xml from the version of
checkstyle you are choosing. -->
- <version>13.9.0</version>
+ <version>14.0.0</version>
</dependency>
</dependencies>
<executions>