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

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

commit c77f886978e56a979a8f1c87f0c74638b943c9c3
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Tue Nov 14 08:12:52 2023 -0500

    NIFI-12367 Upgraded Netty from 4.1.100 to 4.1.101
    
    This closes #8024
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
    (cherry picked from commit 762262f7fdbd3ca704b289184b2fb60ef558bac0)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d2350f361b..87b0d644b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
         <logback.version>1.3.11</logback.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>2.2</snakeyaml.version>
-        <netty.4.version>4.1.100.Final</netty.4.version>
+        <netty.4.version>4.1.101.Final</netty.4.version>
         <spring.version>5.3.30</spring.version>
         <spring.security.version>5.8.7</spring.security.version>
         <swagger.annotations.version>1.6.12</swagger.annotations.version>

Reply via email to