You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2018/12/29 14:13:07 UTC

[groovy] 14/28: GROOVY-8937: Bump antlr to 4.7.2

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch refine-groovydoc
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 61ecb74d72d44b02aaebbff5153dfe6f63c6431f
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Dec 23 18:37:05 2018 +0800

    GROOVY-8937: Bump antlr to 4.7.2
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index b710540..520420b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -162,7 +162,7 @@ ext {
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.11.1'
     spockVersion = '1.2-groovy-2.4-SNAPSHOT' // supports 3.0
-    antlr4Version = '4.7.1'
+    antlr4Version = '4.7.2'
     spotbugsannotationsVersion = '3.1.9'
 }
 
@@ -462,4 +462,4 @@ licenseReport {
 //
 //licenseFormat.dependsOn licenseFormatCustom
 //licenseFormat.dependsOn licenseFormatGradle
-//
\ No newline at end of file
+//