This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 85477e513 [FLUME-3461] Fix vulnerability in netty-codec-haproxy 
version 4.1.72.final
     new f9dbb2de2 Merge pull request #402 from nikita15p/fix-FLUME-3461
85477e513 is described below

commit 85477e513bcd740e8deba2c43286504a5e1634bb
Author: nikita15p <[email protected]>
AuthorDate: Wed Mar 22 21:54:41 2023 +0530

    [FLUME-3461] Fix vulnerability in netty-codec-haproxy version 4.1.72.final
---
 flume-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flume-parent/pom.xml b/flume-parent/pom.xml
index 272b3c0dc..038d455f1 100644
--- a/flume-parent/pom.xml
+++ b/flume-parent/pom.xml
@@ -110,7 +110,7 @@ limitations under the License.
     <mvn-spotbugs-plugin.version>4.2.0</mvn-spotbugs-plugin.version>
     <mvn-surefire-plugin.version>2.22.2</mvn-surefire-plugin.version>
     <!--<netty.version>3.10.6.Final</netty.version>-->
-    <netty-all.version>4.1.72.Final</netty-all.version>
+    <netty-all.version>4.1.86.Final</netty-all.version>
     <parquet.version>1.11.2</parquet.version>
     <external.protobuf.version>2.5.0</external.protobuf.version>
     <protobuf.plugin.version>0.6.1</protobuf.plugin.version>

Reply via email to