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 4c3705d91e NIFI-12628 Upgraded Netty from 4.1.104 to 4.1.105
4c3705d91e is described below

commit 4c3705d91ee0d240632d57db2dfe017a3244a7b2
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Jan 17 22:54:08 2024 -0600

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

diff --git a/pom.xml b/pom.xml
index 180ad1e24b..03909ad6ff 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.104.Final</netty.4.version>
+        <netty.4.version>4.1.105.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