Closed as not planned
Description
I have a project depending on spring-graphql. In version 1.3.5 it worked but after changing to 1.4.0, there is an error of missing org.dataloader.instrumentation.DataLoaderInstrumentation
. This class is defined in com.graphql-java:java-dataloader, but not in the 3.3.0 version which is the one brought transitively by the graphql-java dependency 22.3.
I guess it is a simple matter of updating the dependency to graphql-java.