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:47 UTC

[kafka] branch 3.4 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.4
in repository https://gitbox.apache.org/repos/asf/kafka.git


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

commit b80152c88ece7855e01f3158850cce4fdfe03a39
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 e50de72a718..fc12fd2faf0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,7 +154,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
         )
       }
     }