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 cc47cd62 Upgrade Artemis to version 2.31.0 (#1662)
cc47cd62 is described below
commit cc47cd626e956ed81b05d6db2c9d7e5b15121102
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Sep 26 14:18:30 2023 +0200
Upgrade Artemis to version 2.31.0 (#1662)
Signed-off-by: Andrea Cosentino <[email protected]>
---
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 7cc60868..1ed8e5f8 100644
--- a/kamelets/jms-apache-artemis-sink.kamelet.yaml
+++ b/kamelets/jms-apache-artemis-sink.kamelet.yaml
@@ -55,7 +55,7 @@ spec:
dependencies:
- "camel:jms"
- "camel:kamelet"
- - "mvn:org.apache.activemq:artemis-jms-client-all:2.30.0"
+ - "mvn:org.apache.activemq:artemis-jms-client-all:2.31.0"
template:
beans:
- name: connectionFactoryBean
diff --git a/kamelets/jms-apache-artemis-source.kamelet.yaml
b/kamelets/jms-apache-artemis-source.kamelet.yaml
index 7dd0fb2e..fcf78ea8 100644
--- a/kamelets/jms-apache-artemis-source.kamelet.yaml
+++ b/kamelets/jms-apache-artemis-source.kamelet.yaml
@@ -54,7 +54,7 @@ spec:
dependencies:
- "camel:jms"
- "camel:kamelet"
- - "mvn:org.apache.activemq:artemis-jms-client-all:2.30.0"
+ - "mvn:org.apache.activemq:artemis-jms-client-all:2.31.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 7cc60868..1ed8e5f8 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
@@ -55,7 +55,7 @@ spec:
dependencies:
- "camel:jms"
- "camel:kamelet"
- - "mvn:org.apache.activemq:artemis-jms-client-all:2.30.0"
+ - "mvn:org.apache.activemq:artemis-jms-client-all:2.31.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 7dd0fb2e..fcf78ea8 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
@@ -54,7 +54,7 @@ spec:
dependencies:
- "camel:jms"
- "camel:kamelet"
- - "mvn:org.apache.activemq:artemis-jms-client-all:2.30.0"
+ - "mvn:org.apache.activemq:artemis-jms-client-all:2.31.0"
template:
beans:
- name: connectionFactoryBean
diff --git a/pom.xml b/pom.xml
index d058683b..22f7f992 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
<!-- These properties must keep this same format
"version.<groupId>.<artifactId>" -->
<version.org.apache.commons.commons-dbcp2>2.10.0</version.org.apache.commons.commons-dbcp2>
<version.com.amazon.redshift.redshift-jdbc42>2.1.0.19</version.com.amazon.redshift.redshift-jdbc42>
-
<version.org.apache.activemq.artemis-jms-client-all>2.30.0</version.org.apache.activemq.artemis-jms-client-all>
+
<version.org.apache.activemq.artemis-jms-client-all>2.31.0</version.org.apache.activemq.artemis-jms-client-all>
<version.org.postgresql.postgresql>42.6.0</version.org.postgresql.postgresql>
</properties>