You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/06/02 18:09:46 UTC

[camel-kamelets] branch main updated: Upgrade Apache Artemis 2.22.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2b740acd Upgrade Apache Artemis 2.22.0
2b740acd is described below

commit 2b740acdea00338ebe5607f5c7da4e9b80ad5209
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jun 2 20:09:26 2022 +0200

    Upgrade Apache Artemis 2.22.0
---
 kamelets/jms-apache-artemis-sink.kamelet.yaml                           | 2 +-
 kamelets/jms-apache-artemis-source.kamelet.yaml                         | 2 +-
 .../src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml    | 2 +-
 .../src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml  | 2 +-
 pom.xml                                                                 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/kamelets/jms-apache-artemis-sink.kamelet.yaml b/kamelets/jms-apache-artemis-sink.kamelet.yaml
index 634658b4..c9fff2fa 100644
--- a/kamelets/jms-apache-artemis-sink.kamelet.yaml
+++ b/kamelets/jms-apache-artemis-sink.kamelet.yaml
@@ -54,7 +54,7 @@ spec:
   dependencies:
   - "camel:jms"
   - "camel:kamelet"
-  - "mvn:org.apache.activemq:artemis-jms-client-all:2.20.0"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.22.0"
   template:
     beans:
       - name: connectionFactoryBean
diff --git a/kamelets/jms-apache-artemis-source.kamelet.yaml b/kamelets/jms-apache-artemis-source.kamelet.yaml
index 0233a49c..b604c643 100644
--- a/kamelets/jms-apache-artemis-source.kamelet.yaml
+++ b/kamelets/jms-apache-artemis-source.kamelet.yaml
@@ -53,7 +53,7 @@ spec:
   dependencies:
   - "camel:jms"
   - "camel:kamelet"
-  - "mvn:org.apache.activemq:artemis-jms-client-all:2.20.0"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.22.0"
   template:
     beans:
       - name: connectionFactoryBean
diff --git a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml
index 634658b4..c9fff2fa 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml
@@ -54,7 +54,7 @@ spec:
   dependencies:
   - "camel:jms"
   - "camel:kamelet"
-  - "mvn:org.apache.activemq:artemis-jms-client-all:2.20.0"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.22.0"
   template:
     beans:
       - name: connectionFactoryBean
diff --git a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
index 0233a49c..b604c643 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
@@ -53,7 +53,7 @@ spec:
   dependencies:
   - "camel:jms"
   - "camel:kamelet"
-  - "mvn:org.apache.activemq:artemis-jms-client-all:2.20.0"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.22.0"
   template:
     beans:
       - name: connectionFactoryBean
diff --git a/pom.xml b/pom.xml
index ea245398..6bdce7df 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.7</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.20.0</version.org.apache.activemq.artemis-jms-client-all>
+        <version.org.apache.activemq.artemis-jms-client-all>2.22.0</version.org.apache.activemq.artemis-jms-client-all>
         <version.org.postgresql.postgresql>42.3.4</version.org.postgresql.postgresql>
         <version.org.apache.activemq.activemq-http>5.16.2</version.org.apache.activemq.activemq-http>
     </properties>