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/24 16:22:37 UTC

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

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

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


The following commit(s) were added to refs/heads/3.1 by this push:
     new 035f418  MINOR: Upgrade netty to 4.1.73.Final (#11706)
035f418 is described below

commit 035f4181d951b5d13faa048ba83ac40d01869807
Author: David Jacot <dj...@confluent.io>
AuthorDate: Mon Jan 24 17:08:03 2022 +0100

    MINOR: Upgrade netty to 4.1.73.Final (#11706)
    
    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 fa3998b..05d97ec 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -102,7 +102,7 @@ versions += [
   mavenArtifact: "3.8.1",
   metrics: "2.2.0",
   mockito: "3.12.4",
-  netty: "4.1.68.Final",
+  netty: "4.1.73.Final",
   powermock: "2.0.9",
   reflections: "0.9.12",
   rocksDB: "6.22.1.1",