Hi, it appears GraphQL-Kotlin 5.5.0 does not allow...
# graphql-kotlin
d
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
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
s
https://github.com/ExpediaGroup/graphql-kotlin/pull/1463 as mentioned, we have ^ option or just remove strict, one exception or another
d
Aha, I see. Well this should blow over quickly. Thanks for the feedback.