-
|
Hi, I'm constantly impressed with the high quality open source libraries you maintain. Thank you for the hard work. We've run into a dependency convergence error, due to caffeine and the most recent jose-jwt packages pulling in different versions of the error_prone_annotations lib. I can see you already bumped it in master, so my question is - do you know when next release will be? If it's soon, I might save some tens of hours locking the versions across our services. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Nope, nothing notable to release. You could just exclude the transitive annotations as not required by javac? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for answering so fast. I'll make the necessary exclusions. |
Beta Was this translation helpful? Give feedback.
Nope, nothing notable to release. You could just exclude the transitive annotations as not required by javac?