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

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


The following commit(s) were added to refs/heads/master by this push:
     new 42817ef  GROOVY-8937: Bump antlr to 4.7.2
42817ef is described below

commit 42817ef66c5e51711eb2b413e441b76e224d37d4
Author: Daniel Sun <sun...@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
+//

Reply via email to