In the Android app was found a vulnerability CVE-2022-38750.
As I see on mvnrepository.com/artifact/org.yaml/snakeyaml, this vulnerability is in snakeyaml library. In app, there is no direct usage of this library.
After using:
.\gradlew app:dependencies --configuration xyz
I don't see that this library is used anywhere.
How can I find which library has snakeyaml in dependencies?