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 a3a7b2fcfd NIFI-10334 Upgraded amqp-client from 5.8.0 to 5.15.0
a3a7b2fcfd is described below
commit a3a7b2fcfd15866f0fc12593fdb3f526125c1f52
Author: UcanInfosec <[email protected]>
AuthorDate: Tue Aug 9 09:49:05 2022 -0400
NIFI-10334 Upgraded amqp-client from 5.8.0 to 5.15.0
This closes #6280
Signed-off-by: David Handermann <[email protected]>
---
nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
index a038201c58..50f13b36d9 100644
--- a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
@@ -20,7 +20,7 @@ language governing permissions and limitations under the
License. -->
<packaging>jar</packaging>
<properties>
- <amqp-client.version>5.8.0</amqp-client.version>
+ <amqp-client.version>5.15.0</amqp-client.version>
</properties>
<dependencies>