Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d48dbaf

Browse files
Update antlr to 4.8
1 parent 6af9785 commit d48dbaf

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
@@ -61,7 +61,7 @@ dependencies {
6161
implementation 'org.slf4j:slf4j-api:' + slf4jVersion
6262
api 'com.graphql-java:java-dataloader:2.2.3'
6363
api 'org.reactivestreams:reactive-streams:' + reactiveStreamsVersion
64-
antlr "org.antlr:antlr4:4.7.2"
64+
antlr "org.antlr:antlr4:4.8"
6565
testImplementation group: 'junit', name: 'junit', version: '4.12'
6666
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
6767
testImplementation 'org.codehaus.groovy:groovy-all:2.5.13'

0 commit comments

Comments
 (0)