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 2020/12/30 00:26:28 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-9876: Bump antlr to 4.9.0

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

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 1b9bdaf  GROOVY-9876: Bump antlr to 4.9.0
1b9bdaf is described below

commit 1b9bdafe38cf0ca0edd2cf0a86beecbb21881787
Author: Daniel Sun <su...@apache.org>
AuthorDate: Wed Dec 30 08:25:41 2020 +0800

    GROOVY-9876: Bump antlr to 4.9.0
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 62ee834..d917e72 100644
--- a/build.gradle
+++ b/build.gradle
@@ -136,7 +136,7 @@ ext {
     antVersion = '1.10.9'
     asmVersion = '9.0'
     antlrVersion = '2.7.7'
-    antlr4Version = '4.7.4'
+    antlr4Version = '4.9.0'
     bridgerVersion = '1.5.Final'
     coberturaVersion = '1.9.4.1'
     commonsCliVersion = '1.4'