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

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 74e27868e3 NIFI-13070 Upgraded Netty from 4.1.108 to 4.1.109
74e27868e3 is described below

commit 74e27868e342c2078b29506faf0ebbd050b25b39
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Apr 18 17:46:36 2024 -0500

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

diff --git a/pom.xml b/pom.xml
index c0b36082a2..9941881d7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
         <logback.version>1.3.14</logback.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>2.2</snakeyaml.version>
-        <netty.4.version>4.1.108.Final</netty.4.version>
+        <netty.4.version>4.1.109.Final</netty.4.version>
         <spring.version>5.3.34</spring.version>
         <spring.security.version>5.8.11</spring.security.version>
         <swagger.annotations.version>1.6.12</swagger.annotations.version>

Reply via email to