Skip to content

Commit c7495f9

Browse files
committed
upgrade antlr
1 parent 19387ff commit c7495f9

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
@@ -64,7 +64,7 @@ def getDevelopmentVersion() {
6464

6565
def reactiveStreamsVersion = '1.0.3'
6666
def releaseVersion = System.env.RELEASE_VERSION
67-
def antlrVersion = '4.11.1' // https://mvnrepository.com/artifact/org.antlr/antlr4-runtime
67+
def antlrVersion = '4.13.2' // https://mvnrepository.com/artifact/org.antlr/antlr4-runtime
6868
def guavaVersion = '32.1.2-jre'
6969
version = releaseVersion ? releaseVersion : getDevelopmentVersion()
7070
group = 'com.graphql-java'

0 commit comments

Comments
 (0)