This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch STORM-3993-ActiveMQ-5.18.3 in repository https://gitbox.apache.org/repos/asf/storm.git
commit f2afd06e626acb9980121f6e9446c39fe629fb6c Author: Richard Zowalla <[email protected]> AuthorDate: Thu Nov 2 12:34:10 2023 +0100 STORM-3993 - ActiveMQ 5.18.3 --- DEPENDENCY-LICENSES | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES index 7b61864c8..d424b0ecc 100644 --- a/DEPENDENCY-LICENSES +++ b/DEPENDENCY-LICENSES @@ -11,7 +11,7 @@ List of third-party dependencies grouped by their license type. Apache-2.0 - * ActiveMQ :: Client (org.apache.activemq:activemq-client:5.18.2 - http://activemq.apache.org/activemq-client) + * ActiveMQ :: Client (org.apache.activemq:activemq-client:5.18.3 - http://activemq.apache.org/activemq-client) * Apache Avro (org.apache.avro:avro:1.11.3 - https://avro.apache.org) * Apache Commons FileUpload (commons-fileupload:commons-fileupload:1.5 - https://commons.apache.org/proper/commons-fileupload/) * Apache Commons Lang (org.apache.commons:commons-lang3:3.13.0 - https://commons.apache.org/proper/commons-lang/) diff --git a/pom.xml b/pom.xml index 2a610e61a..130a3522f 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ <elasticsearch.version>5.2.2</elasticsearch.version> <calcite.version>1.16.0</calcite.version> <jedis.version>2.9.0</jedis.version> - <activemq.version>5.18.2</activemq.version> + <activemq.version>5.18.3</activemq.version> <jackson.version>2.15.2</jackson.version> <jackson.databind.version>2.15.2</jackson.databind.version>
