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 2023/06/05 22:34:55 UTC

[nifi] 01/06: NIFI-11641 This closes #7340. Upgraded Netty from 4.1.92 to 4.1.93

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

joewitt pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 8278f0a3bf1816a47bafe586e81d13f7a39d9efc
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Mon Jun 5 12:54:22 2023 -0500

    NIFI-11641 This closes #7340. Upgraded Netty from 4.1.92 to 4.1.93
    
    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 047e143ae1..9328b8c414 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
         <mockito.version>4.11.0</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>2.0</snakeyaml.version>
-        <netty.4.version>4.1.92.Final</netty.4.version>
+        <netty.4.version>4.1.93.Final</netty.4.version>
         <spring.version>5.3.27</spring.version>
         <spring.security.version>5.8.3</spring.security.version>
         <swagger.annotations.version>1.6.11</swagger.annotations.version>