Skip to content

Commit

Permalink
Upgrade to Artemis 2.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus authored and oscerd committed Jul 30, 2022
1 parent a05a203 commit f55f6d7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kamelets/jms-apache-artemis-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kamelets/jms-apache-artemis-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f55f6d7

Please sign in to comment.