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
This commit is contained in:
Artem Bilan
2017-01-16 10:08:07 -05:00
parent a3c8b0abbd
commit d7a233925d

View File

@@ -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'