We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3aedfd commit 7f6d78dCopy full SHA for 7f6d78d
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:5.0.2'
+ api 'com.graphql-java:java-dataloader:5.0.3'
109
api 'org.reactivestreams:reactive-streams:' + reactiveStreamsVersion
110
api "org.jspecify:jspecify:1.0.0"
111
antlr 'org.antlr:antlr4:' + antlrVersion
0 commit comments