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

acosentino 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 f55f6d7c Upgrade to Artemis 2.23.1
f55f6d7c is described below

commit f55f6d7cdd7c7f3124f56ebd9c2a22b665776bf3
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Jul 30 13:02:05 2022 +0200

    Upgrade to Artemis 2.23.1
---
 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 d6476f3f..773813ca 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.22.0"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.23.1"
   template:
     beans:
       - name: connectionFactoryBean
diff --git a/kamelets/jms-apache-artemis-source.kamelet.yaml 
b/kamelets/jms-apache-artemis-source.kamelet.yaml
index 2a003a7a..0b071793 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.22.0"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.23.1"
   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 d6476f3f..773813ca 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.22.0"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.23.1"
   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 2a003a7a..0b071793 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.22.0"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.23.1"
   template:
     beans:
       - name: connectionFactoryBean
diff --git a/pom.xml b/pom.xml
index 3a203683..1deb0fd3 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.22.0</version.org.apache.activemq.artemis-jms-client-all>
+        
<version.org.apache.activemq.artemis-jms-client-all>2.23.1</version.org.apache.activemq.artemis-jms-client-all>
         
<version.org.postgresql.postgresql>42.4.0</version.org.postgresql.postgresql>
         
<version.org.apache.activemq.activemq-http>5.16.2</version.org.apache.activemq.activemq-http>
     </properties>

Reply via email to