This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 3d484e2ff56 build(deps): bump org.ow2.asm:asm from 9.9.1 to 9.10.1
(#19959)
3d484e2ff56 is described below
commit 3d484e2ff56ca9faa1a504904298a0c693b7d958
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 12 09:44:14 2026 +0800
build(deps): bump org.ow2.asm:asm from 9.9.1 to 9.10.1 (#19959)
* build(deps): bump org.ow2.asm:asm from 9.9.1 to 9.10.1
Bumps org.ow2.asm:asm from 9.9.1 to 9.10.1.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-version: 9.10.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* build(deps): align ASM dependencies and license
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Chen <[email protected]>
---
licenses.yaml | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index 41407609c33..a31b2a7b71f 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -3814,7 +3814,7 @@ name: ASM
license_category: binary
module: java-core
license_name: BSD-3-Clause License
-version: 9.9.1
+version: 9.10.1
copyright: INRIA, France Telecom
license_file_path: licenses/bin/asm.BSD3
libraries:
diff --git a/pom.xml b/pom.xml
index a1f4f97a0d6..aa3ba10595c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1127,12 +1127,12 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.9.1</version>
+ <version>9.10.1</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
- <version>9.9.1</version>
+ <version>9.10.1</version>
</dependency>
<dependency>
<groupId>org.asynchttpclient</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]