This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ab17f0  deps: Update ActiveMQ used in test of smooks example from 
2.38.0 to 2.40.0
2ab17f0 is described below

commit 2ab17f05a28623d2b817e37c9678e2315cd2e117
Author: Aurélien Pupier <apup...@redhat.com>
AuthorDate: Thu Apr 3 09:55:46 2025 +0200

    deps: Update ActiveMQ used in test of smooks example from
    2.38.0 to 2.40.0
    
    Signed-off-by: Aurélien Pupier <apup...@redhat.com>
---
 edi-x12-as2/camel/App.java        | 2 +-
 edi-x12-as2/test/compose.yaml     | 2 +-
 edi-x12-as2/test/jbang.properties | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/edi-x12-as2/camel/App.java b/edi-x12-as2/camel/App.java
index 212927b..c3cd9f2 100644
--- a/edi-x12-as2/camel/App.java
+++ b/edi-x12-as2/camel/App.java
@@ -1,4 +1,4 @@
-//DEPS org.apache.activemq:artemis-jakarta-server:2.38.0
+//DEPS org.apache.activemq:artemis-jakarta-server:2.40.0
 //DEPS org.apache.camel:camel-http:4.10.0
 //DEPS org.smooks.cartridges.edi:smooks-edi-cartridge:2.1.0
 //DEPS org.smooks.cartridges:smooks-templating-cartridge:2.1.2
\ No newline at end of file
diff --git a/edi-x12-as2/test/compose.yaml b/edi-x12-as2/test/compose.yaml
index b35f12e..ae87414 100644
--- a/edi-x12-as2/test/compose.yaml
+++ b/edi-x12-as2/test/compose.yaml
@@ -1,6 +1,6 @@
 services:
   artemis:
-    image: apache/activemq-artemis:2.38.0
+    image: apache/activemq-artemis:2.40.0
     ports:
       - "8161:8161"
       - "61616:61616"
diff --git a/edi-x12-as2/test/jbang.properties 
b/edi-x12-as2/test/jbang.properties
index dc48ffa..0252d6d 100644
--- a/edi-x12-as2/test/jbang.properties
+++ b/edi-x12-as2/test/jbang.properties
@@ -2,5 +2,5 @@
 run.deps=org.citrusframework:citrus-camel:4.5.2,\
   org.citrusframework:citrus-testcontainers:4.5.2,\
   org.citrusframework:citrus-jms:4.5.2,\
-  org.apache.activemq:artemis-jakarta-client:2.38.0,\
+  org.apache.activemq:artemis-jakarta-client:2.40.0,\
   org.apache.camel:camel-as2:4.10.0
\ No newline at end of file

Reply via email to