Skip to content

Commit 27b9def

Browse files
authored
Merge pull request #3858 from graphql-java/java-dataloader-update
Add forthcoming Java Dataloader version
2 parents d2c45ea + 35562f1 commit 27b9def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ tasks.withType(GroovyCompile) {
105105
}
106106
dependencies {
107107
implementation 'org.antlr:antlr4-runtime:' + antlrVersion
108-
api 'com.graphql-java:java-dataloader:3.4.0'
108+
api 'com.graphql-java:java-dataloader:4.0.0'
109109
api 'org.reactivestreams:reactive-streams:' + reactiveStreamsVersion
110110
api "org.jspecify:jspecify:1.0.0"
111111
antlr 'org.antlr:antlr4:' + antlrVersion

0 commit comments

Comments
 (0)