You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by sh...@apache.org on 2023/05/24 01:35:26 UTC

[kafka] branch 3.5 updated: KAFKA-15015: Explicit on reload4j version (#13745)

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

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


The following commit(s) were added to refs/heads/3.5 by this push:
     new 114354db792 KAFKA-15015: Explicit on reload4j version (#13745)
114354db792 is described below

commit 114354db7928933da21119615f6bef28168ea9ec
Author: atu-sharm <13...@users.noreply.github.com>
AuthorDate: Wed May 24 07:02:59 2023 +0530

    KAFKA-15015: Explicit on reload4j version (#13745)
    
    Defining a specific version for reload4j
    
    Reviewers: Luke Chen <sh...@gmail.com>
---
 build.gradle | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 001256f0f66..34243388234 100644
--- a/build.gradle
+++ b/build.gradle
@@ -147,7 +147,9 @@ allprojects {
           // be explicit about the Netty dependency version instead of relying on the version set by
           // ZooKeeper (potentially older and containing CVEs)
           libs.nettyHandler,
-          libs.nettyTransportNativeEpoll
+          libs.nettyTransportNativeEpoll,
+	  // be explicit about the reload4j version instead of relying on the transitive versions
+	  libs.log4j
         )
       }
     }