This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.14.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.14.x by this push: new 1b7d7bb3327 Use Artemis version that is compatible with Java 8 1b7d7bb3327 is described below commit 1b7d7bb332728586aa041e18d40d9b16accf667f Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Nov 4 10:29:33 2023 +0100 Use Artemis version that is compatible with Java 8 --- 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 b6284e55855..598de336326 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.31.2</activemq-artemis-version> + <activemq-artemis-version>2.19.0</activemq-artemis-version> <activemq-version>5.16.7</activemq-version> <ahc-version>2.12.3</ahc-version> <apache-any23-version>2.4</apache-any23-version> diff --git a/parent/pom.xml b/parent/pom.xml index a81beb7e1ac..448be3720e4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -50,7 +50,7 @@ <abdera-version>1.1.3</abdera-version> <!-- Note that activemq dependency is only used for testing! --> <activemq-version>5.16.7</activemq-version> - <activemq-artemis-version>2.31.2</activemq-artemis-version> + <activemq-artemis-version>2.19.0</activemq-artemis-version> <ahc-version>2.12.3</ahc-version> <apacheds-version>2.0.0.AM26</apacheds-version> <apache-any23-version>2.4</apache-any23-version>