Upgrade ZooKeeper dependency to 3.8.0 - gradle - #3084
Conversation
nicoloboschi
left a comment
There was a problem hiding this comment.
we should also update the backward compatibilty tests
|
License check failed, OWASP detects new CVEs in zk 3.8 (are these real or misdetections?) + test failures. |
|
regarding OWASP we can follow this discussion basically there are false positives about "Jetty" that the OWASP checker reports in zookeeper jars in ZooKeeper project we added these exclusions Regarding the LICENSE check...my Gradle Fu is very weak and I am not able to tell Gradle to fully exclude LogBack and fix the package. Any suggestion is really appreciated |
|
You can suppress false positives at https://github.com/apache/bookkeeper/blob/master/src/owasp-dependency-check-suppressions.xml As for the logback, try something like or Search for "configurations" in the Maybe @lhotari knows a better way |
|
@dlg99 thanks for your advice but I cannot make it work I hope that some Gradle expert could help |
Motivation
We are using an old version of ZooKeeper, 3.6.x (and ZooKeeper 3.5.x was declared EOL a few weeks ago).
We should upgrade to the latest version.
Changes
Upgraded ZooKeeper dependency.