You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ch...@apache.org on 2021/04/13 07:35:33 UTC

[kafka] branch 2.6 updated: KAFKA-12655 Update Jetty: 9.4.38.v20210224 → 9.4.39.v20210325 (#10526)

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

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


The following commit(s) were added to refs/heads/2.6 by this push:
     new 08aac89  KAFKA-12655 Update Jetty: 9.4.38.v20210224 → 9.4.39.v20210325 (#10526)
08aac89 is described below

commit 08aac890d549bf8977027ce7cc14db74443f1fdb
Author: Lee Dongjin <do...@apache.org>
AuthorDate: Tue Apr 13 15:40:55 2021 +0900

    KAFKA-12655 Update Jetty: 9.4.38.v20210224 → 9.4.39.v20210325 (#10526)
    
    Reviewers: Edwin <ed...@gmail.com>, Manikumar Reddy <ma...@gmail.com>, Luke Chen, xjin-Confluent, Chia-Ping Tsai <ch...@gmail.com>
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 08270a8..b7ac117 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -69,7 +69,7 @@ versions += [
   jackson: "2.10.5",
   jacksonDatabind: "2.10.5.1",
   jacoco: "0.8.5",
-  jetty: "9.4.38.v20210224",
+  jetty: "9.4.39.v20210325",
   jersey: "2.31",
   jmh: "1.23",
   hamcrest: "2.2",