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 c79eca94a1 NIFI-10910 Upgraded amqp-client from 5.15.0 to 5.16.0
c79eca94a1 is described below
commit c79eca94a11a6c0224d40f816d9e5f93d8bf9bfb
Author: mr1716 <[email protected]>
AuthorDate: Wed Nov 30 09:20:34 2022 -0500
NIFI-10910 Upgraded amqp-client from 5.15.0 to 5.16.0
This closes #6734
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 4b1a374089..647b075810 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.15.0</amqp-client.version>
+ <amqp-client.version>5.16.0</amqp-client.version>
</properties>
<dependencies>