Merge pull request #14113 from rabbitmq/mergify/bp/v4.1.x/pr-14111
Trigger a 4.1.x alpha release build / trigger_alpha_build (push) Waiting to run Details
Test (make) / Build and Xref (1.17, 26) (push) Waiting to run Details
Test (make) / Build and Xref (1.17, 27) (push) Waiting to run Details
Test (make) / Test (1.17, 27, khepri) (push) Waiting to run Details
Test (make) / Test (1.17, 27, mnesia) (push) Waiting to run Details
Test (make) / Test mixed clusters (1.17, 27, khepri) (push) Waiting to run Details
Test (make) / Test mixed clusters (1.17, 27, mnesia) (push) Waiting to run Details
Test (make) / Type check (1.17, 27) (push) Waiting to run Details

Bump ActiveMQ to v6.1.7 (backport #14111)
This commit is contained in:
Michael Klishin 2025-06-23 21:29:33 +04:00 committed by GitHub
commit 26ffdc3e2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ HEX_TARBALL_FILES += ../../rabbitmq-components.mk \
# ActiveMQ for the testsuite.
# --------------------------------------------------------------------
ACTIVEMQ_VERSION := 5.18.3
ACTIVEMQ_VERSION := 6.1.7
ACTIVEMQ_URL := 'https://archive.apache.org/dist/activemq/$(ACTIVEMQ_VERSION)/apache-activemq-$(ACTIVEMQ_VERSION)-bin.tar.gz'
ACTIVEMQ := $(abspath test/system_SUITE_data/apache-activemq-$(ACTIVEMQ_VERSION)/bin/activemq)