This is an automated email from the ASF dual-hosted git repository.
mattyb149 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 6ede080f5f NIFI-11733 Upgraded Netty from 4.1.93 to 4.1.94
6ede080f5f is described below
commit 6ede080f5fae78332e8e83a5b6e4e0de2b6a41df
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Jun 21 08:59:17 2023 -0500
NIFI-11733 Upgraded Netty from 4.1.93 to 4.1.94
Signed-off-by: Matt Burgess <[email protected]>
This closes #7417
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index afa8570591..ffc940645a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
<mockito.version>4.11.0</mockito.version>
<netty.3.version>3.10.6.Final</netty.3.version>
<snakeyaml.version>2.0</snakeyaml.version>
- <netty.4.version>4.1.93.Final</netty.4.version>
+ <netty.4.version>4.1.94.Final</netty.4.version>
<spring.version>5.3.27</spring.version>
<spring.security.version>5.8.3</spring.security.version>
<swagger.annotations.version>1.6.11</swagger.annotations.version>