You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2023/10/11 17:52:43 UTC

[nifi] branch support/nifi-1.x updated: NIFI-12207 Upgraded Netty from 4.1.99 to 4.1.100

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 9caca92a83 NIFI-12207 Upgraded Netty from 4.1.99 to 4.1.100
9caca92a83 is described below

commit 9caca92a83647700c1da83c071dd872cae76cd1d
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Wed Oct 11 08:30:41 2023 -0500

    NIFI-12207 Upgraded Netty from 4.1.99 to 4.1.100
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #7865.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 811bf3ef42..88d364fa13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,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.99.Final</netty.4.version>
+        <netty.4.version>4.1.100.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.11</swagger.annotations.version>