This is an automated email from the ASF dual-hosted git repository.

mthomsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 12f736a6b0 NIFI-11943 Update activemq-client and broker to 5.18.2
12f736a6b0 is described below

commit 12f736a6b088a484f02adb4fddad92e6f548d7dc
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 5147ea5c4c..2209a4db6e 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,13 +69,13 @@
         <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-client</artifactId>
-            <version>5.18.0</version>
+            <version>5.18.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-broker</artifactId>
-            <version>5.18.0</version>
+            <version>5.18.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to