You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/10/10 13:59:44 UTC

[nifi] branch main updated: NIFI-10613 Upgraded Netty 4 from 4.1.81 to 4.1.82

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


The following commit(s) were added to refs/heads/main by this push:
     new 4af9b45872 NIFI-10613 Upgraded Netty 4 from 4.1.81 to 4.1.82
4af9b45872 is described below

commit 4af9b45872d3654250d7e81e7e310605ffabbd5d
Author: UcanInfosec <10...@users.noreply.github.com>
AuthorDate: Fri Oct 7 12:25:59 2022 -0400

    NIFI-10613 Upgraded Netty 4 from 4.1.81 to 4.1.82
    
    This closes #6496
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 93ce4f05a2..63026100e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
         <mockito.version>3.11.2</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>1.33</snakeyaml.version>
-        <netty.4.version>4.1.81.Final</netty.4.version>
+        <netty.4.version>4.1.82.Final</netty.4.version>
         <spring.version>5.3.23</spring.version>
         <spring.security.version>5.7.3</spring.security.version>
         <swagger.annotations.version>1.6.6</swagger.annotations.version>