You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on upgrading twilio-java from 10.6.2 to 10.9.0 we hit an exception with stripe due to twilio now starting define a transitive dependency on com.google.code.gson:gson 2.8.9
It looks like this transitive dependency was added recently via #846
stripe-java is using a newer version of com.google.code.gson:gson which is currently 2.10.1
If this dependency is actually needed it would be great it could be updated to be more current