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 2a8fc71806 NIFI-12654 Upgraded Netty from 4.1.105 to 4.1.106
2a8fc71806 is described below

commit 2a8fc71806989a6576c6affa091760ce27d29bff
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Mon Jan 22 11:30:08 2024 -0600

    NIFI-12654 Upgraded Netty from 4.1.105 to 4.1.106
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #8289.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bc0cc97345..8517f30083 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,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.105.Final</netty.4.version>
+        <netty.4.version>4.1.106.Final</netty.4.version>
         <spring.version>5.3.31</spring.version>
         <spring.security.version>5.8.7</spring.security.version>
         <swagger.annotations.version>1.6.12</swagger.annotations.version>

Reply via email to