Browse Source

KAFKA-15015: Explicit on reload4j version (#13745)

Defining a specific version for reload4j

Reviewers: Luke Chen <showuon@gmail.com>
pull/13752/head
atu-sharm 1 year ago committed by GitHub
parent
commit
87c9fd9834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      build.gradle

4
build.gradle

@ -147,7 +147,9 @@ allprojects { @@ -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
)
}
}

Loading…
Cancel
Save