We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19387ff commit c7495f9Copy full SHA for c7495f9
build.gradle
@@ -64,7 +64,7 @@ def getDevelopmentVersion() {
64
65
def reactiveStreamsVersion = '1.0.3'
66
def releaseVersion = System.env.RELEASE_VERSION
67
-def antlrVersion = '4.11.1' // https://mvnrepository.com/artifact/org.antlr/antlr4-runtime
+def antlrVersion = '4.13.2' // https://mvnrepository.com/artifact/org.antlr/antlr4-runtime
68
def guavaVersion = '32.1.2-jre'
69
version = releaseVersion ? releaseVersion : getDevelopmentVersion()
70
group = 'com.graphql-java'
0 commit comments