Skip to content

Commit

Permalink
KAFKA-15015: Explicit on reload4j version (#13745)
Browse files Browse the repository at this point in the history
Defining a specific version for reload4j

Reviewers: Luke Chen <showuon@gmail.com>
  • Loading branch information
atu-sharm authored and showuon committed May 24, 2023
1 parent 0a839c8 commit 114354d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
}
}
Expand Down

0 comments on commit 114354d

Please sign in to comment.