When i am executing the sonarqube task in my gradle project .The .sonar folder gets created and inside it i am able to find the commons-text library which is having vulnerability .
/.sonar/cache/80d9311b88f4c25555863d476af6a6be/sonar-findbugs-plugin.jar_unzip/META-INF/lib/commons-text-1.9.jar
/.sonar/cache/3314cd4f9160350d8f07cc8ab42fdc2d/sonar-securityjavafrontend-plugin.jar_unzip/META-INF/lib/commons-text-1.8.jar
Have tried upgrading the sonarqube-gradle-plugin version to 3.3 but no luck .
Can someone please help to resolve the commons-text-1.8 and commons-text-1.9 jar vulnerability problem on urgent basis.
To which sonarqube-gradle-plugin to upgrade ?