Replies: 1 comment 1 reply
-
|
The BOM ensures that the versions of libraries are compatible with each other. You could try overriding the version be adding the dependency explicitly and try it. If your app works, it should be good enough. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm interested in using the new graphql-java-extended-scalars 20.0 dependency for the CountryCodeScalar & CurrencyScalar they've recently added. Is there a way to upgrade that on my own application? I believe the Netflix DGS BOM enforces the version to be less than 20.0, and while maybe I can try to force the version override, I'm not sure if it can be done safely. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions