You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2022/05/12 19:51:37 UTC

[nifi] 04/04: NIFI-10024 This closes #6041. Upgraded Netty from 4.1.74 to 4.1.77

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

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

commit 7b9201c85644f3e75db672078f723995dcca7646
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu May 12 14:23:53 2022 -0500

    NIFI-10024 This closes #6041. Upgraded Netty from 4.1.74 to 4.1.77
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ea4278658c..6eaeea037b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
         <logback.version>1.2.11</logback.version>
         <mockito.version>3.11.2</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
-        <netty.4.version>4.1.74.Final</netty.4.version>
+        <netty.4.version>4.1.77.Final</netty.4.version>
         <spring.version>5.3.19</spring.version>
         <spring.security.version>5.6.3</spring.security.version>
         <h2.version>2.1.210</h2.version>