This is an automated email from the ASF dual-hosted git repository.
pvillard 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 508dea2cbb NIFI-12966 Upgraded Netty from 4.1.106 to 4.1.108
508dea2cbb is described below
commit 508dea2cbb005e4ca503a185c6b30dc07f5d606a
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Mar 27 21:22:04 2024 -0500
NIFI-12966 Upgraded Netty from 4.1.106 to 4.1.108
Signed-off-by: Pierre Villard <[email protected]>
This closes #8578.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8f6049067b..ac1980f7d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
<logback.version>1.3.14</logback.version>
<netty.3.version>3.10.6.Final</netty.3.version>
<snakeyaml.version>2.2</snakeyaml.version>
- <netty.4.version>4.1.106.Final</netty.4.version>
+ <netty.4.version>4.1.108.Final</netty.4.version>
<spring.version>5.3.31</spring.version>
<spring.security.version>5.8.7</spring.security.version>
<swagger.annotations.version>1.6.12</swagger.annotations.version>