I use owasp dependency-check:dependencyCheckAnalyze
to verify dependency vulnerabilities.
It always shows that apple:AppleJavaExtensions
has a severe vulnerability, but I don't remember I use this dependency.
I tried to locate this dependency using ./gradlew dependencyInsight --dependency AppleJavaExtensions
but it says No dependencies matching given input were found in configuration ':compileClasspath'
.
How to find this dependency to fix the warning?
update: runtime dependencies graph: https://pastebin.com/uDpiiSUM