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 902f4145fd NIFI-11838 Upgraded Netty from 4.1.94 to 4.1.95
902f4145fd is described below
commit 902f4145fda965d85f1203e7c0b5c9c84e99a5a8
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Jul 20 12:15:24 2023 -0500
NIFI-11838 Upgraded Netty from 4.1.94 to 4.1.95
Signed-off-by: Matt Burgess <[email protected]>
This closes #7507
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6429ab8369..802656e415 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,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.94.Final</netty.4.version>
+ <netty.4.version>4.1.95.Final</netty.4.version>
<spring.version>5.3.29</spring.version>
<spring.security.version>5.8.5</spring.security.version>
<swagger.annotations.version>1.6.11</swagger.annotations.version>