This is an automated email from the ASF dual-hosted git repository.
exceptionfactory 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 5c98b7cce0 NIFI-12295 Upgraded ActiveMQ Client from 5.18.2 to 5.18.3
5c98b7cce0 is described below
commit 5c98b7cce06b2f6c205dc4967559a6fb5cfd4466
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 30 20:09:18 2023 +0000
NIFI-12295 Upgraded ActiveMQ Client from 5.18.2 to 5.18.3
This closes #7956
Signed-off-by: David Handermann <[email protected]>
---
nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 d3c5716b3d..f1c27cd6a3 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
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
- <version>5.18.2</version>
+ <version>5.18.3</version>
<scope>test</scope>
</dependency>
<dependency>