You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2021/09/17 12:36:34 UTC

[kafka] branch trunk updated: KAFKA-13294: Upgrade Netty to 4.1.68 (#11324)

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new c558d94  KAFKA-13294: Upgrade Netty to 4.1.68 (#11324)
c558d94 is described below

commit c558d94c438788637eae640db29b5b8312983bb8
Author: Lee Dongjin <do...@apache.org>
AuthorDate: Fri Sep 17 21:34:37 2021 +0900

    KAFKA-13294: Upgrade Netty to 4.1.68 (#11324)
    
    Reviewers: Ismael Juma <is...@juma.me.uk>
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 15bf5e4..64daf78 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -101,7 +101,7 @@ versions += [
   mavenArtifact: "3.8.1",
   metrics: "2.2.0",
   mockito: "3.12.4",
-  netty: "4.1.62.Final",
+  netty: "4.1.68.Final",
   powermock: "2.0.9",
   reflections: "0.9.12",
   rocksDB: "6.22.1.1",