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-jbang-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 8568268 Upgrade to Artemis 2.39
8568268 is described below
commit 85682685f3a3e974f38a1c97d70cacd37ab2f383
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 9 14:54:41 2025 +0100
Upgrade to Artemis 2.39
---
ftp/compose.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ftp/compose.yaml b/ftp/compose.yaml
index 45c7c47..ce5886a 100644
--- a/ftp/compose.yaml
+++ b/ftp/compose.yaml
@@ -1,7 +1,7 @@
services:
artemis:
- image: apache/activemq-artemis:2.37.0
+ image: apache/activemq-artemis:2.39.0
ports:
- "8161:8161"
- "61616:61616"