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
The following commit(s) were added to refs/heads/master by this push:
new 5b7615ccd build(deps): bump com.puppycrawl.tools:checkstyle in
/examples (#8851)
5b7615ccd is described below
commit 5b7615ccd270f321e3297ac4726f1b344441591f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 13:58:02 2026 +0200
build(deps): bump com.puppycrawl.tools:checkstyle in /examples (#8851)
Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 13.5.0 to 13.7.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-13.5.0...checkstyle-13.7.0)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 13.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8f78eb711..ab6d71f5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1078,7 +1078,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.5.0</version>
+ <version>13.7.0</version>
</dependency>
</dependencies>
<executions>