Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DGS BOM is expresses stronger version constraints for GraphQL Java #1284

Merged
merged 1 commit into from Oct 19, 2022

Commits on Oct 19, 2022

  1. DGS BOM is expresses stronger version constraints for GraphQL Java

    The following BOM constraints will now be expressed
    
    * `graphql-java` , strictly between `[19.2, 20)`, prefering `19.2` if no version is specified.
    * `com.graphql-java:graphql-java-extended-scalars`, strictly between `[19.0, 20)` and will reject "18.2".
    * `com.graphql-java:graphql-java-extended-validation`, strictly `19.1-hibernate-validator-6.2.0.Final`
    * `com.apollographql.federation:federation-graphql-java-support`, strictly between `[2.0, 2.2)`, preferring `2.1.0`
    berngp committed Oct 19, 2022
    Copy the full SHA
    4ba2e64 View commit details
    Browse the repository at this point in the history