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

commit d2fb81d1d6449fa2a9032804554402f0619ed281
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Fri Oct 6 09:51:50 2023 -0400

    NIFI-12182 Upgraded AMQP from 5.18.0 to 5.19.0
    
    This closes #7847
    
    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 d5addb0090..da9ff797a2 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.18.0</amqp-client.version>
+        <amqp-client.version>5.19.0</amqp-client.version>
     </properties>
 
     <dependencies>

Reply via email to