Thanks to visit codestin.com Credit goes to github.com
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 6af9785 commit d48dbafCopy full SHA for d48dbaf
build.gradle
@@ -61,7 +61,7 @@ dependencies {
61
implementation 'org.slf4j:slf4j-api:' + slf4jVersion
62
api 'com.graphql-java:java-dataloader:2.2.3'
63
api 'org.reactivestreams:reactive-streams:' + reactiveStreamsVersion
64
- antlr "org.antlr:antlr4:4.7.2"
+ antlr "org.antlr:antlr4:4.8"
65
testImplementation group: 'junit', name: 'junit', version: '4.12'
66
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
67
testImplementation 'org.codehaus.groovy:groovy-all:2.5.13'
0 commit comments