This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new e5086f447e ARTEMIS-3985: update to activemq 5.17.2
e5086f447e is described below

commit e5086f447eea2a90fd8b3af958be978e95efcc0f
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Sep 12 12:20:14 2022 +0100

    ARTEMIS-3985: update to activemq 5.17.2
---
 pom.xml                         | 2 +-
 tests/integration-tests/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b5fb36e8db..62f34bddaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
       <pax.exam.version>4.13.4</pax.exam.version>
       <commons.config.version>2.8.0</commons.config.version>
       <commons.lang.version>3.12.0</commons.lang.version>
-      <activemq5-version>5.17.1</activemq5-version>
+      <activemq5-version>5.17.2</activemq5-version>
       <apache.derby.version>10.14.2.0</apache.derby.version>
       <commons.beanutils.version>1.9.4</commons.beanutils.version>
       <commons.dbcp2.version>2.7.0</commons.dbcp2.version>
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index 2bd24da0d6..ac36c064be 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -426,7 +426,7 @@
          <scope>test</scope>
       </dependency>
 
-      <!-- need this for org.apache.activemq.filter.XalanXPathEvaluator for 
Xpath selectors with OpenWire JMS clients-->
+      <!-- need this for org.apache.activemq.filter.JAXPXPathEvaluator for 
Xpath selectors with OpenWire JMS clients-->
       <dependency>
          <groupId>org.apache.activemq</groupId>
          <artifactId>activemq-broker</artifactId>

Reply via email to