Hi, it appears GraphQL-Kotlin 5.5.0 does not allow me to update the minor version of graphql-java from 17.2 to 17.3 (which is a bugfix release!). Can this be fixed? (I've read the reasoning and agree but minor releases should be allowed, no?)
d
Dariusz Kuc
06/12/2022, 4:35 PM
I believe we used 17.2 due to non-configurable validation check introduced in 17.3 (it is configurable in v18). That being said yeah it should have been a range or strict version removed altogether (with a caveat that folks might get failures if they try to upgrade spring boot)
@Samuel Vazquez