typescriptpoet icon indicating copy to clipboard operation
typescriptpoet copied to clipboard

Remove Guava dependency

Open tinacious opened this issue 5 months ago • 0 comments

Closes https://github.com/outfoxx/typescriptpoet/issues/28

As described in the issue, this library has several CVEs that have been resolved in later versions and doesn't appear to be used in the project (likely was added in the initial bootstrapping by IntelliJ).

This commit removes it and the "Miscellaneous" section in the Gradle file since that was the only item there.

All tests still appear to pass locally.

image

This looks like a related PR that tried to solve this a while back: https://github.com/outfoxx/typescriptpoet/pull/20

tinacious avatar Jul 17 '25 15:07 tinacious