From 5dc4b57bd8e25c301ed7afc6e15eeb7e785396f6 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 28 Jan 2019 10:10:47 -0500 Subject: [PATCH] Upgrade ActiveMQ to `5.15.8` https://build.spring.io/browse/INT-MJATS41-1609/ There might be possible race condition in the current ActiveMQ client or broker. * Upgrade to the latest ActiveMQ since we don't see such a failure on master --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a3b3de5498..639e998097 100644 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,7 @@ subprojects { subproject -> } ext { - activeMqVersion = '5.13.2' + activeMqVersion = '5.15.8' aspectjVersion = '1.8.9' apacheSshdVersion = '1.4.0' boonVersion = '0.33'