I am facing one security vulnerability issue for guava. We Where using 30.1.1 -jre and it’s fixed with 32.0.1.I have updated in Gradle file to the latest version 32.0.1-jre but still not resolved. I have excluded the dependency which is using guava but even then its not fixed…
kindly pls help on this. Thanks!
- I have implement the guava version like this “implementation ‘com.google.guava:guava:32.0.1-jre'”
2.excluded the from the error prone using below in Gradle file: implementation(‘com.google.errorprone:error_prone_core:2.27.1’) {
exclude group: ‘com.google.guava’, module: ‘guava’
New contributor
Iyswarya karthick is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.