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/07/24 01:09:17 UTC

[nifi] 01/05: NIFI-10267 This close #6238. Upgraded Netty from 4.1.77 to 4.1.79

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

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

commit 69b0a20e670c7d83fa74748075291bb902f2d6a1
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Mon Jul 18 17:39:53 2022 -0500

    NIFI-10267 This close #6238. Upgraded Netty from 4.1.77 to 4.1.79
    
    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 d390a7db1a..5fb3c1d6d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,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.77.Final</netty.4.version>
+        <netty.4.version>4.1.79.Final</netty.4.version>
         <spring.version>5.3.21</spring.version>
         <spring.security.version>5.7.2</spring.security.version>
         <h2.version>2.1.210</h2.version>