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 6ab54c3f475 Upgrade ActiveMQ Artemis 2.31.0 (#11479) 6ab54c3f475 is described below commit 6ab54c3f4754cb67084e74da739154d0b2f26e17 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Sep 20 16:18:56 2023 +0200 Upgrade ActiveMQ Artemis 2.31.0 (#11479) * Upgrade ActiveMQ Artemis 2.31.0 * Longer timeout on test that may be slow on CI and be flaky --- .../test/java/org/apache/camel/component/stomp/StompConsumerTest.java | 2 +- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-stomp/src/test/java/org/apache/camel/component/stomp/StompConsumerTest.java b/components/camel-stomp/src/test/java/org/apache/camel/component/stomp/StompConsumerTest.java index 6a547473aee..eff4291eba6 100644 --- a/components/camel-stomp/src/test/java/org/apache/camel/component/stomp/StompConsumerTest.java +++ b/components/camel-stomp/src/test/java/org/apache/camel/component/stomp/StompConsumerTest.java @@ -51,7 +51,7 @@ public class StompConsumerTest extends StompBaseTest { producerConnection.send(frame); } - mock.await(10, TimeUnit.SECONDS); + mock.await(30, TimeUnit.SECONDS); mock.assertIsSatisfied(); } diff --git a/parent/pom.xml b/parent/pom.xml index 6122a41ef46..7957ef796c0 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -50,7 +50,7 @@ <!-- dependency versions --> <activemq-version>5.18.2</activemq-version> - <activemq-artemis-version>2.30.0</activemq-artemis-version> + <activemq-artemis-version>2.31.0</activemq-artemis-version> <angus-mail-version>2.0.2</angus-mail-version> <apacheds-version>2.0.0.AM26</apacheds-version> <apache-drill-version>1.21.1</apache-drill-version>