We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2c45ea + 35562f1 commit 27b9defCopy full SHA for 27b9def
build.gradle
@@ -105,7 +105,7 @@ tasks.withType(GroovyCompile) {
105
}
106
dependencies {
107
implementation 'org.antlr:antlr4-runtime:' + antlrVersion
108
- api 'com.graphql-java:java-dataloader:3.4.0'
+ api 'com.graphql-java:java-dataloader:4.0.0'
109
api 'org.reactivestreams:reactive-streams:' + reactiveStreamsVersion
110
api "org.jspecify:jspecify:1.0.0"
111
antlr 'org.antlr:antlr4:' + antlrVersion
0 commit comments