You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2022/01/25 08:01:44 UTC

[kafka] branch 3.0 updated: MINOR: Upgrade netty to 4.1.73.Final (#11708)

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

dajac pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new 4086fc9  MINOR: Upgrade netty to 4.1.73.Final (#11708)
4086fc9 is described below

commit 4086fc9c4e71c5e4d2df5a929c112ba1b0fb607a
Author: David Jacot <dj...@confluent.io>
AuthorDate: Tue Jan 25 08:59:47 2022 +0100

    MINOR: Upgrade netty to 4.1.73.Final (#11708)
    
    Changelog: https://github.com/netty/netty/issues?q=is%3Aclosed+milestone%3A4.1.73.Final
    
    Reviewers: Manikumar Reddy <ma...@gmail.com>
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 45b8ef8..ce3be06 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -101,7 +101,7 @@ versions += [
   mavenArtifact: "3.8.1",
   metrics: "2.2.0",
   mockito: "3.9.0",
-  netty: "4.1.62.Final",
+  netty: "4.1.73.Final",
   powermock: "2.0.9",
   reflections: "0.9.12",
   rocksDB: "6.19.3",