You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2022/01/31 17:42:23 UTC

[nifi] branch main updated: NIFI-9635 Upgraded Netty from 4.1.72 to 4.1.73

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

pvillard 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 7afb34a  NIFI-9635 Upgraded Netty from 4.1.72 to 4.1.73
7afb34a is described below

commit 7afb34ab394a1467ba3c1c54bb5c21a78635d70d
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Jan 27 18:22:59 2022 -0600

    NIFI-9635 Upgraded Netty from 4.1.72 to 4.1.73
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #5725.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 10e1530..93f5db3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,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.72.Final</netty.4.version>
+        <netty.4.version>4.1.73.Final</netty.4.version>
         <spring.version>5.3.15</spring.version>
         <spring.security.version>5.6.1</spring.security.version>
     </properties>