From d7a233925da344903f126abb60e09e80c512c3ff Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 16 Jan 2017 10:08:07 -0500 Subject: [PATCH] Upgrade to ActiveMQ 5.12.3 https://build.spring.io/browse/INT-AT42SIO-399/ Upgrade with an assumption to have a fix for some possible ActiveMQ race condition. Looks the `JmsOutboundGatewayTests` doesn't fail on `master` and `4.3.x` for a long time already --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 75a9a648e2..ebe896db64 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ subprojects { subproject -> ext { - activeMqVersion = '5.12.2' + activeMqVersion = '5.12.3' aspectjVersion = '1.8.7' apacheSshdVersion = '0.14.0' boonVersion = '0.33'