IBM / java-sdk-core

Core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen)
https://ibm.github.io/java-sdk-core/
Apache License 2.0
20 stars 21 forks source link

refactor: remove guava dependency #196

Closed ricellis closed 1 year ago

ricellis commented 1 year ago

The guava dependency is large and causes CVE-2020-8908 to get flagged by some scanning tools (though to be clear the vulnerable guava method is not used in this code). Since guava is used in just a few places it could be removed to reduce the size of the SDKs and prevent this false positive vulnerability warning.

This PR:

padamstx commented 1 year ago

@ricellis Thanks for making this change!

ibm-devx-sdk commented 1 year ago

:tada: This PR is included in version 9.17.6 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: