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 7aac023 Upgrade to activemq 5.17.0 7aac023 is described below commit 7aac02347cca64d1cf84c790292c61ec5c5ec20e Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Mar 24 18:17:29 2022 +0100 Upgrade to activemq 5.17.0 --- 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 c049b66..d445de9 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -34,7 +34,7 @@ <properties> <abdera-version>1.1.3</abdera-version> <activemq-artemis-version>2.20.0</activemq-artemis-version> - <activemq-version>5.16.4</activemq-version> + <activemq-version>5.17.0</activemq-version> <ahc-version>2.12.3</ahc-version> <apache-any23-version>2.7</apache-any23-version> <apache-drill-version>1.19.0</apache-drill-version> diff --git a/parent/pom.xml b/parent/pom.xml index 13871bdc4..5d3f896 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -50,7 +50,7 @@ <!-- dependency versions --> <abdera-version>1.1.3</abdera-version> <!-- Note that activemq dependency is only used for testing! --> - <activemq-version>5.16.4</activemq-version> + <activemq-version>5.17.0</activemq-version> <activemq-artemis-version>2.20.0</activemq-artemis-version> <ahc-version>2.12.3</ahc-version> <apacheds-version>2.0.0.AM26</apacheds-version>