This is an automated email from the ASF dual-hosted git repository. vavrtom pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/main by this push: new bc27832533 QPID-8710: [Broker-J] Bump asm dependency to the version 9.8 (#316) bc27832533 is described below commit bc278325336b80c39b7fc36c3bdbe97a9034241b Author: Daniil Kirilyuk <daniel.kiril...@gmail.com> AuthorDate: Mon Aug 18 11:40:08 2025 +0200 QPID-8710: [Broker-J] Bump asm dependency to the version 9.8 (#316) --- .../src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE index de33408c2d..81ea001e36 100644 --- a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE +++ b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE @@ -99,10 +99,10 @@ From: 'Oracle Corporation' (http://www.oracle.com/) From: 'OW2' (http://www.ow2.org/) - - asm (http://asm.ow2.io/) org.ow2.asm:asm:jar:9.7.1 + - asm (http://asm.ow2.io/) org.ow2.asm:asm:jar:9.8 License: BSD-3-Clause (https://asm.ow2.io/license.html) - - asm-tree (http://asm.ow2.io/) org.ow2.asm:asm-tree:jar:9.7.1 + - asm-tree (http://asm.ow2.io/) org.ow2.asm:asm-tree:jar:9.8 License: BSD-3-Clause (https://asm.ow2.io/license.html) diff --git a/pom.xml b/pom.xml index 3026aa2885..fdb99b427e 100644 --- a/pom.xml +++ b/pom.xml @@ -118,7 +118,7 @@ <geronimo-jms-1-1-version>1.1.1</geronimo-jms-1-1-version> <geronimo-jms-2-0-version>1.0-alpha-2</geronimo-jms-2-0-version> - <asm-version>9.7.1</asm-version> + <asm-version>9.8</asm-version> <velocity-version>1.4</velocity-version> <csvjdbc-version>1.0.46</csvjdbc-version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org