You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/07/28 09:36:57 UTC

[camel] branch main updated: CAMEL-19561: upgrade Artemis to version 2.30.0 (#10878)

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new de6e45762a6 CAMEL-19561: upgrade Artemis to version 2.30.0 (#10878)
de6e45762a6 is described below

commit de6e45762a6645df6d1ac7a936a76771f4fb18d2
Author: Otavio Rodolfo Piske <or...@users.noreply.github.com>
AuthorDate: Fri Jul 28 11:36:50 2023 +0200

    CAMEL-19561: upgrade Artemis to version 2.30.0 (#10878)
    
    The upgrade was originally blocked by ARTEMIS-4338, but the issue is now resolved.
---
 parent/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index dc14fb9b9e8..c309980267b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -50,8 +50,7 @@
 
         <!-- dependency versions -->
         <activemq-version>5.18.2</activemq-version>
-        <!-- Artemis upgrade blocked by CAMEL-19561 -->
-        <activemq-artemis-version>2.28.0</activemq-artemis-version>
+        <activemq-artemis-version>2.30.0</activemq-artemis-version>
         <angus-mail-version>2.0.2</angus-mail-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
         <apache-drill-version>1.21.1</apache-drill-version>