Closed
Description
Hello,
We just saw the latest version 2.11.0 on Maven and updated to it. However, after a mvn dependency:tree
this version now requires error_prone_annotations
as dependency:
[INFO] +- com.google.code.gson:gson:jar:2.11.0:compile
[INFO] | \- com.google.errorprone:error_prone_annotations:jar:2.27.0:compile
Is that really wanted or is it a build issue ? 🤔 ErrorProne is mainly used during compilation time and it seems strange to us that it would be used during runtime.
Thanks for the job !