This is an automated email from the ASF dual-hosted git repository.
rabreu 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 c49e46d12 Bump asm.version from 9.9 to 9.9.1 (#8341)
c49e46d12 is described below
commit c49e46d1243480a650d71b7e508e4239f2731fcd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 3 01:10:36 2026 +0000
Bump asm.version from 9.9 to 9.9.1 (#8341)
* Bump asm.version from 9.9 to 9.9.1
Bumps `asm.version` from 9.9 to 9.9.1.
Updates `org.ow2.asm:asm` from 9.9 to 9.9.1
Updates `org.ow2.asm:asm-commons` from 9.9 to 9.9.1
Updates `org.ow2.asm:asm-tree` from 9.9 to 9.9.1
Updates `org.ow2.asm:asm-util` from 9.9 to 9.9.1
Updates `org.ow2.asm:asm-analysis` from 9.9 to 9.9.1
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-version: 9.9.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.ow2.asm:asm-commons
dependency-version: 9.9.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.ow2.asm:asm-tree
dependency-version: 9.9.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.ow2.asm:asm-util
dependency-version: 9.9.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.ow2.asm:asm-analysis
dependency-version: 9.9.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Fixing licenses
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rui Abreu <[email protected]>
---
DEPENDENCY-LICENSES | 6 +++---
LICENSE-binary | 2 +-
pom.xml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 5d8c553e7..6c0fa56b5 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -334,9 +334,9 @@ List of third-party dependencies grouped by their license
type.
BSD 3-Clause License
- * asm (org.ow2.asm:asm:9.9 - http://asm.ow2.io/)
- * asm-commons (org.ow2.asm:asm-commons:9.9 - http://asm.ow2.io/)
- * asm-tree (org.ow2.asm:asm-tree:9.9 - http://asm.ow2.io/)
+ * asm (org.ow2.asm:asm:9.9.1 - http://asm.ow2.io/)
+ * asm-commons (org.ow2.asm:asm-commons:9.9.1 - http://asm.ow2.io/)
+ * asm-tree (org.ow2.asm:asm-tree:9.9.1 - http://asm.ow2.io/)
* dnsjava (dnsjava:dnsjava:3.6.1 - https://github.com/dnsjava/dnsjava)
* Protocol Buffer Java API (com.google.protobuf:protobuf-java:2.5.0 -
http://code.google.com/p/protobuf)
diff --git a/LICENSE-binary b/LICENSE-binary
index 9c0b7f0c4..3af9ada7e 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -906,7 +906,7 @@ The license texts of these dependencies can be found in the
licenses directory.
BSD 3-Clause License
- * asm (org.ow2.asm:asm:9.9 - http://asm.ow2.io/)
+ * asm (org.ow2.asm:asm:9.9.1 - http://asm.ow2.io/)
* dnsjava (dnsjava:dnsjava:3.6.1 - https://github.com/dnsjava/dnsjava)
* Protocol Buffer Java API (com.google.protobuf:protobuf-java:2.5.0 -
http://code.google.com/p/protobuf)
diff --git a/pom.xml b/pom.xml
index 61612327d..fcd944cd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
<!-- see intellij profile below... This fixes an annoyance with
intellij -->
<provided.scope>provided</provided.scope>
<jakarta-el.version>3.0.1-b12</jakarta-el.version>
- <asm.version>9.9</asm.version>
+ <asm.version>9.9.1</asm.version>
<checker-qual.version>3.52.1</checker-qual.version>
<error_prone_annotations.version>2.45.0</error_prone_annotations.version>
<bouncycastle.version>1.83</bouncycastle.version>