chia7712 commented on code in PR #18004:
URL: https://github.com/apache/kafka/pull/18004#discussion_r1960316872


##########
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:
   >  Is there a specific command to run post the library upgrade to get the 
warnings?
   
   #18931 introduces following command to check the licenses
   ```
   python ./committer-tools/verify_license.py
   ```
   
   Additionally, #18299 will integrate the tool into CI



-- 
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

Reply via email to