nodece opened a new pull request #14593: URL: https://github.com/apache/pulsar/pull/14593
Signed-off-by: Zixuan Liu <[email protected]> ### Motivation Fix `OWASP Dependency Check / owasp-dep-check` CI: ``` Error: Failed to execute goal org.owasp:dependency-check-maven:6.1.6:aggregate (default) on project pulsar: Error: Error: One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': Error: Error: mariadb-java-client-2.6.0.jar: CVE-[20](https://github.com/apache/pulsar/runs/5450633784?check_suite_focus=true#step:8:20)20-28912, CVE-20[21](https://github.com/apache/pulsar/runs/5450633784?check_suite_focus=true#step:8:21)-46669, CVE-2021-46666, CVE-2021-46667 Error: Error: See the dependency-check report for more details. Error: -> [Help 1] Error: Error: To see the full stack trace of the errors, re-run Maven with the -e switch. Error: Re-run Maven using the -X switch to enable full debug logging. Error: Error: For more information about the errors and possible solutions, please read the following articles: Error: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException Error: Error: After correcting the problems, you can resume the build with the command Error: mvn <args> -rf :pulsar Error: Process completed with exit code 1. ``` ### Modifications Upgrade mariadb-jdbc from 2.6.0 to 2.7.5 ### Documentation - [x] `no-need-doc` Update dependencies -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
