This is an automated email from the ASF dual-hosted git repository.
reiabreu 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 b7c5ca589 Bump com.puppycrawl.tools:checkstyle from 8.2 to 13.4.2 in
/examples (#8615)
b7c5ca589 is described below
commit b7c5ca589b8fb466f1e7a5e3b4c7c1c9ebd0d631
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 10 21:31:51 2026 +0100
Bump com.puppycrawl.tools:checkstyle from 8.2 to 13.4.2 in /examples (#8615)
Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 8.2 to 13.4.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.2...checkstyle-13.4.2)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 13.4.2
dependency-type: direct:production
update-type: version-update:semver-major
...
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 49942acb6..53689c7d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1070,7 +1070,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>8.2</version>
+ <version>13.4.2</version>
</dependency>
</dependencies>
<executions>