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
This commit is contained in:
Artem Bilan
2019-01-28 10:10:47 -05:00
parent 54f97f113c
commit 5dc4b57bd8

View File

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