Skip to content

Commit 24aba13

Browse files
committed
Downgrade activemq version to 5.15.13
5.16 seems to introduce a regression that makes jms related tests to fail.
1 parent a0bcd7c commit 24aba13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ allprojects {
5959
springKafkaVersion = '2.6.2-SNAPSHOT'
6060
springLdapVersion = '2.3.3.RELEASE'
6161

62-
activemqVersion = '5.16.0'
62+
activemqVersion = '5.15.13'
6363
apacheAvroVersion ='1.9.2'
6464
aspectjVersion = '1.9.6'
6565
commonsDdbcpVersion = '2.7.0'

0 commit comments

Comments
 (0)