Closed
Description
It would be nice to add graphql-java-extended-scalars to a project without the need to mention the version:
implementation 'com.graphql-java:graphql-java-extended-scalars'
Rationale is that the extended scalars project is tight to the GraphQL version being used (or at least it is up to now) so it can get out of sync.
E.g. adding:
implementation 'com.graphql-java:graphql-java-extended-scalars:17.0'
And spring-graphql
might one day upgrade to GraphQL version 18.