You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2022/03/09 13:51:53 UTC

[nifi] branch main updated: NIFI-9774 Upgraded Netty from 4.1.73 to 4.1.74

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

mthomsen 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 c8f8747  NIFI-9774 Upgraded Netty from 4.1.73 to 4.1.74
c8f8747 is described below

commit c8f8747dbc6075be4feb3549fa5cc4b2e8a0fb7c
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Tue Mar 8 12:27:14 2022 -0600

    NIFI-9774 Upgraded Netty from 4.1.73 to 4.1.74
    
    This closes #5851
    
    Signed-off-by: Mike Thomsen <mt...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ec59fc0..3d6c253 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
         <logback.version>1.2.10</logback.version>
         <mockito.version>3.11.2</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
-        <netty.4.version>4.1.73.Final</netty.4.version>
+        <netty.4.version>4.1.74.Final</netty.4.version>
         <spring.version>5.3.16</spring.version>
         <spring.security.version>5.6.2</spring.security.version>
         <h2.version>2.1.210</h2.version>