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

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 2a9f87a1e5cc1e3035446696d6bfc2a7c6ee799a
Author: exceptionfactory <exceptionfact...@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 <joew...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6e714abc7b..9816f4c1ef 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>

Reply via email to