From 35b5c816392b4cf9ad6ffa863f942c72f05af5ed Mon Sep 17 00:00:00 2001 From: artemiscloud-bot Date: Mon, 26 Aug 2024 08:35:17 +0000 Subject: [PATCH] Update ActiveMQ Artemis to 2.37.0 --- modules/activemq-artemis-install/module.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/activemq-artemis-install/module.yaml b/modules/activemq-artemis-install/module.yaml index 60dd556..4c7f5e1 100644 --- a/modules/activemq-artemis-install/module.yaml +++ b/modules/activemq-artemis-install/module.yaml @@ -6,11 +6,11 @@ version: 1.4 artifacts: - name: apache-artemis-bin target: apache-artemis-bin.zip - url: https://archive.apache.org/dist/activemq/activemq-artemis/2.36.0/apache-artemis-2.36.0-bin.zip + url: https://archive.apache.org/dist/activemq/activemq-artemis/2.37.0/apache-artemis-2.37.0-bin.zip description: "Apache ActiveMQ Artemis messaging broker" - md5: 984d359928497e5f1e4f2bdd376f099e + md5: 6d42459344e49bbc6f6e15a73c34fabb execute: - script: install.sh envs: - name: "APACHE_ARTEMIS_VERSION" - value: "2.36.0" + value: "2.37.0"