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:33:07 UTC

[kafka] branch trunk 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 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 87c9fd98344 KAFKA-15015: Explicit on reload4j version (#13745)
87c9fd98344 is described below

commit 87c9fd98344cd04e811d6772651f0ae86a617e24
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 8192c3d0401..56cecbe7ae6 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
         )
       }
     }