This is an automated email from the ASF dual-hosted git repository.
mthomsen pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 72c6c5708e NIFI-11943 Update activemq-client and broker to 5.18.2
72c6c5708e is described below
commit 72c6c5708eb39999efae23b9c330874a7d248d08
Author: mr1716 <[email protected]>
AuthorDate: Fri Aug 11 08:49:34 2023 -0400
NIFI-11943 Update activemq-client and broker to 5.18.2
This closes #7602
Signed-off-by: Mike Thomsen <[email protected]>
---
nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
index ee4c814398..1e916312ea 100644
--- a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
- <version>5.15.15</version>
+ <version>5.18.2</version>
<exclusions>
<!-- -->
<exclusion>
@@ -82,7 +82,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
- <version>5.15.15</version>
+ <version>5.18.2</version>
<scope>test</scope>
</dependency>
<dependency>