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 0135191106 NIFI-10821 Upgraded Netty from 4.1.84 to 4.1.85
0135191106 is described below

commit 01351911067c12b550776dc0c4552b51db7a5637
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Nov 15 15:59:41 2022 -0600

    NIFI-10821 Upgraded Netty from 4.1.84 to 4.1.85
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #6665.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2abd9858bf..6eb8b2a120 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
         <mockito.version>3.12.4</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>1.33</snakeyaml.version>
-        <netty.4.version>4.1.84.Final</netty.4.version>
+        <netty.4.version>4.1.85.Final</netty.4.version>
         <spring.version>5.3.23</spring.version>
         <spring.security.version>5.7.5</spring.security.version>
         <swagger.annotations.version>1.6.6</swagger.annotations.version>

Reply via email to