diff --git a/dependencies.gradle b/dependencies.gradle index 061647281b2..fc3430583da 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -26,7 +26,7 @@ final Map libraries = [ // // DO NOT interpolate version variables here because Dependabot is not smart enough to understand those. Dependabot's // version parsing is simply regex matching and never actually evaluates a gradle script. - activeMQ : 'org.apache.activemq:activemq-broker:5.17.3', + activeMQ : 'org.apache.activemq:activemq-broker:5.17.4', apacheAnt : 'org.apache.ant:ant:1.10.13', apacheHttpComponents: 'org.apache.httpcomponents:httpclient:4.5.14', aspectj : 'org.aspectj:aspectjweaver:1.9.19',