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 2017/08/08 23:41:22 UTC

groovy git commit: Bump antlr version to 4.7

Repository: groovy
Updated Branches:
  refs/heads/master 350b684f7 -> a30843e76


Bump antlr version to 4.7


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/a30843e7
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/a30843e7
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/a30843e7

Branch: refs/heads/master
Commit: a30843e7646d717364fd181ab21907f16b8d6467
Parents: 350b684
Author: sunlan <su...@apache.org>
Authored: Wed Aug 9 07:41:17 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Wed Aug 9 07:41:17 2017 +0800

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/a30843e7/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 3f76fbd..8ed779d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -181,7 +181,7 @@ ext {
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.9'
     spockVersion = '1.1-groovy-2.4-SNAPSHOT' // supports 3.0
-    antlr4Version = '4.6.0.3'
+    antlr4Version = '4.7'
     isReleaseVersion = !groovyVersion.toLowerCase().endsWith("snapshot")
 }