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 5b0a970c4 Bump org.ow2.asm:asm from 9.9.1 to 9.10 in /examples (#8674)
5b0a970c4 is described below
commit 5b0a970c478866dbfcf0d31cbfcf102585c30183
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 19 00:10:50 2026 +0100
Bump org.ow2.asm:asm from 9.9.1 to 9.10 in /examples (#8674)
Bumps org.ow2.asm:asm from 9.9.1 to 9.10.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-version: '9.10'
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 f3d99d292..326bf4543 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
<!-- see intellij profile below... This fixes an annoyance with
intellij -->
<provided.scope>provided</provided.scope>
- <asm.version>9.9.1</asm.version>
+ <asm.version>9.10</asm.version>
<error_prone_annotations.version>2.49.0</error_prone_annotations.version>
<bouncycastle.version>1.84</bouncycastle.version>
</properties>