diff --git a/kamelets/jms-apache-artemis-sink.kamelet.yaml b/kamelets/jms-apache-artemis-sink.kamelet.yaml
index 09f13595e..403831b16 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.31.2"
+ - "mvn:org.apache.activemq:artemis-jakarta-client-all:2.31.2"
template:
beans:
- name: connectionFactoryBean
diff --git a/kamelets/jms-apache-artemis-source.kamelet.yaml b/kamelets/jms-apache-artemis-source.kamelet.yaml
index ab2f10d2e..3c94fc38d 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.31.2"
+ - "mvn:org.apache.activemq:artemis-jakarta-client-all:2.31.2"
template:
beans:
- name: connectionFactoryBean
diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml
index 8fb9aa156..dd34143c1 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -48,8 +48,8 @@
org.apache.activemq
- artemis-jms-client-all
- ${version.org.apache.activemq.artemis-jms-client-all}
+ artemis-jakarta-client-all
+ ${version.org.apache.activemq.artemis-jakarta-client-all}
org.postgresql
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 09f13595e..403831b16 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.31.2"
+ - "mvn:org.apache.activemq:artemis-jakarta-client-all:2.31.2"
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 ab2f10d2e..3c94fc38d 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.31.2"
+ - "mvn:org.apache.activemq:artemis-jakarta-client-all:2.31.2"
template:
beans:
- name: connectionFactoryBean
diff --git a/pom.xml b/pom.xml
index 165ad9be9..925faf4e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
2.11.0
2.1.0.25
- 2.31.2
+ 2.31.2
42.7.1
3.6.3
@@ -340,7 +340,7 @@
new UpdateDepsVersionKamelets().updateKameletDirectory("./kamelets/", [
"version.org.apache.commons.commons-dbcp2": "${version.org.apache.commons.commons-dbcp2}",
"version.com.amazon.redshift.redshift-jdbc42": "${version.com.amazon.redshift.redshift-jdbc42}",
- "version.org.apache.activemq.artemis-jms-client-all": "${version.org.apache.activemq.artemis-jms-client-all}",
+ "version.org.apache.activemq.artemis-jakarta-client-all": "${version.org.apache.activemq.artemis-jakarta-client-all}",
"version.org.postgresql.postgresql": "${version.org.postgresql.postgresql}",
"version.io.quarkus.quarkus-apicurio-registry-avro": "${version.io.quarkus.quarkus-apicurio-registry-avro}",
"version.com.azure.azure-identity": "${version.com.azure.azure-identity}",