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

joewitt pushed a commit to branch support/nifi-1.19
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 8e0eeded009e9899941de740f36a74f71709161e
Author: mr1716 <msr1...@rit.edu>
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 <exceptionfact...@apache.org>
---
 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 d2ae703818..587029882b 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>

Reply via email to