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 10b51e73a0f092c69fa3c3829bd64bb919f31f61
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 04:06:31 2026 +0000
build(deps): bump com.fasterxml.woodstox:woodstox-core
Bumps
[com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox)
from 7.2.1 to 7.2.2.
-
[Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-7.2.1...woodstox-core-7.2.2)
---
updated-dependencies:
- dependency-name: com.fasterxml.woodstox:woodstox-core
dependency-version: 7.2.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit d926d27643ac39294bb64fd9beaed2cd72cf6dea)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0b384f1d7..ddd2df9cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1007,7 +1007,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
- <version>7.2.1</version>
+ <version>7.2.2</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>