TaiJuWu commented on code in PR #18004: URL: https://github.com/apache/kafka/pull/18004#discussion_r1960679875
########## gradle/dependencies.gradle: ########## @@ -54,10 +54,7 @@ versions += [ apacheds: "2.0.0-M24", argparse4j: "0.7.0", bcpkix: "1.78.1", - // Version >=3.1.2 includes an improvement to prevent hash DOS attacks, - // but currently, tests are failing in >=3.1.2. Therefore, we are temporarily using version 3.1.1. - // The failing tests should be fixed under KAFKA-18089, allowing us to upgrade to >=3.1.2. - caffeine: "3.1.1", + caffeine: "3.1.8", Review Comment: > This change introduces a license warning. > > ``` > The following libs (from ./libs) are missing in the LICENSE file. These should be added to the LICENSE-binary file: > - error_prone_annotations-2.21.1 > > The following entries are in the LICENSE file but not present in ./libs. These should be removed from the LICENSE-binary file: > - error_prone_annotations-2.14.0 > ``` > > we will fix it by a minor patch Thanks for addressing the follow up! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org