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.git
The following commit(s) were added to refs/heads/main by this push: new 1c18472fac4 CAMEL-18529: Upgrade to Artemis 2.25.x 1c18472fac4 is described below commit 1c18472fac461623796e4d757548bbac7b0cfc41 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Sep 20 20:29:49 2022 +0200 CAMEL-18529: Upgrade to Artemis 2.25.x --- camel-dependencies/pom.xml | 2 +- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index 7f0651d33bc..3a19e9631d9 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -33,7 +33,7 @@ <description>Camel Dependencies POM</description> <properties> <abdera-version>1.1.3</abdera-version> - <activemq-artemis-version>2.24.0</activemq-artemis-version> + <activemq-artemis-version>2.25.0</activemq-artemis-version> <activemq-version>5.17.2</activemq-version> <ahc-version>2.12.3</ahc-version> <apache-any23-version>2.7</apache-any23-version> diff --git a/parent/pom.xml b/parent/pom.xml index fd26a7dec73..ca63b78abfc 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -51,7 +51,7 @@ <abdera-version>1.1.3</abdera-version> <!-- Note that activemq dependency is only used for testing! --> <activemq-version>5.17.2</activemq-version> - <activemq-artemis-version>2.24.0</activemq-artemis-version> + <activemq-artemis-version>2.25.0</activemq-artemis-version> <ahc-version>2.12.3</ahc-version> <apacheds-version>2.0.0.AM26</apacheds-version> <apache-any23-version>2.7</apache-any23-version>