This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 8ef9528bf9 NIFI-12966 Upgraded Netty from 4.1.106 to 4.1.108
8ef9528bf9 is described below
commit 8ef9528bf9685b0cdbfa900eb688741d205db770
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Mar 27 21:22:04 2024 -0500
NIFI-12966 Upgraded Netty from 4.1.106 to 4.1.108
Signed-off-by: Pierre Villard <[email protected]>
This closes #8578.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8a90650423..eeecb4e52c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
<mockito.version>5.8.0</mockito.version>
<netty.3.version>3.10.6.Final</netty.3.version>
<snakeyaml.version>2.2</snakeyaml.version>
- <netty.4.version>4.1.106.Final</netty.4.version>
+ <netty.4.version>4.1.108.Final</netty.4.version>
<servlet-api.version>6.0.0</servlet-api.version>
<spring.version>6.1.5</spring.version>
<spring.security.version>6.2.3</spring.security.version>