You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/24 09:36:13 UTC

[camel-kamelets] 01/02: Upgrade ActiveMQ Artemis to version 2.27.0

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

acosentino pushed a commit to branch artemis-up
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit e8c829c617dde02956b7b02692732ffe8ef92bf6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 24 10:35:18 2022 +0100

    Upgrade ActiveMQ Artemis to version 2.27.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 64ff3c4a..2dafac5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
         <version.org.apache.commons.commons-dbcp2>2.9.0</version.org.apache.commons.commons-dbcp2>
         <version.com.amazon.redshift.redshift-jdbc42>2.1.0.9</version.com.amazon.redshift.redshift-jdbc42>
         <version.org.apache.qpid.qpid-jms-client>1.0.0</version.org.apache.qpid.qpid-jms-client>
-        <version.org.apache.activemq.artemis-jms-client-all>2.26.0</version.org.apache.activemq.artemis-jms-client-all>
+        <version.org.apache.activemq.artemis-jms-client-all>2.27.0</version.org.apache.activemq.artemis-jms-client-all>
         <version.org.postgresql.postgresql>42.5.1</version.org.postgresql.postgresql>
         <version.org.apache.activemq.activemq-http>5.17.2</version.org.apache.activemq.activemq-http>
     </properties>