This is an automated email from the ASF dual-hosted git repository.
mattyb149 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 6f5e830e83 NIFI-11733 Upgraded Netty from 4.1.93 to 4.1.94
6f5e830e83 is described below
commit 6f5e830e838fb5dc9125b35be1862b1922303195
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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b2bace53f2..bbd56b51a3 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>