This is an automated email from the ASF dual-hosted git repository.
mthomsen 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 765e5fc61e NIFI-11052 Upgraded Netty from 4.1.85 to 4.1.87
765e5fc61e is described below
commit 765e5fc61e895379ba3f39d3900ef892bdb75fdd
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Jan 12 15:23:27 2023 -0600
NIFI-11052 Upgraded Netty from 4.1.85 to 4.1.87
This closes #6843
Signed-off-by: Mike Thomsen <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8d2a6ceee6..3edf8b6c3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
<mockito.version>3.12.4</mockito.version>
<netty.3.version>3.10.6.Final</netty.3.version>
<snakeyaml.version>1.33</snakeyaml.version>
- <netty.4.version>4.1.85.Final</netty.4.version>
+ <netty.4.version>4.1.87.Final</netty.4.version>
<spring.version>5.3.24</spring.version>
<spring.security.version>5.8.0</spring.security.version>
<swagger.annotations.version>1.6.6</swagger.annotations.version>