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 61019e7326 NIFI-11838 Upgraded Netty from 4.1.94 to 4.1.95
61019e7326 is described below
commit 61019e7326442e8c6b92a6abedc21e5be1b2fe58
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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 73dde88f18..b4e401b21c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,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>