This is an automated email from the ASF dual-hosted git repository.
joewitt 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 71baa2c4ce NIFI-12162 This closes #7831. Upgraded Netty from 4.1.98 to
4.1.99
71baa2c4ce is described below
commit 71baa2c4ce115a9df2788a6be98ac9d770905225
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Oct 2 16:52:22 2023 -0500
NIFI-12162 This closes #7831. Upgraded Netty from 4.1.98 to 4.1.99
Signed-off-by: Joseph Witt <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7c5507c4ab..fb5cdb1dfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
<logback.version>1.3.11</logback.version>
<netty.3.version>3.10.6.Final</netty.3.version>
<snakeyaml.version>2.2</snakeyaml.version>
- <netty.4.version>4.1.98.Final</netty.4.version>
+ <netty.4.version>4.1.99.Final</netty.4.version>
<spring.version>5.3.30</spring.version>
<spring.security.version>5.8.7</spring.security.version>
<swagger.annotations.version>1.6.11</swagger.annotations.version>