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 2022/12/10 14:30:07 UTC

[groovy] branch danielsun/antlr-4.11.1.1 created (now 34989307df)

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

sunlan pushed a change to branch danielsun/antlr-4.11.1.1
in repository https://gitbox.apache.org/repos/asf/groovy.git


      at 34989307df Bump antlr4 to 4.11.1.1

This branch includes the following new commits:

     new 34989307df Bump antlr4 to 4.11.1.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[groovy] 01/01: Bump antlr4 to 4.11.1.1

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 34989307df78cf8498e080ad41ab073a90f8950e
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Dec 10 22:29:53 2022 +0800

    Bump antlr4 to 4.11.1.1
---
 build.gradle        | 4 ++--
 versions.properties | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 439ad3bb61..2a21725f9b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -85,9 +85,9 @@ dependencies {
     implementation "org.ow2.asm:asm-tree:${versions.asm}"
     implementation "org.ow2.asm:asm-util:${versions.asm}"
     implementation "me.champeau.openbeans:openbeans:${versions.openbeans}"
-    implementation "com.tunnelvisionlabs:antlr4-runtime:${versions.antlr4}"
+    implementation "me.sunlan:antlr4-runtime:${versions.antlr4}"
 
-    antlr "com.tunnelvisionlabs:antlr4:${versions.antlr4}"
+    antlr "me.sunlan:antlr4:${versions.antlr4}"
 
     loggingImplementation "org.fusesource.jansi:jansi:${versions.jansi}"
 
diff --git a/versions.properties b/versions.properties
index 5f09ff88e6..b9e7bf0ec2 100644
--- a/versions.properties
+++ b/versions.properties
@@ -19,7 +19,7 @@ asciidoctorDiagram=2.2.3
 asciidoctorPdf=2.3.3
 asciidoctorGroovyDsl=2.0.2
 asm=9.4
-antlr4=4.9.0
+antlr4=4.11.1.1
 bridger=1.6.Final
 codenarc=3.0.0
 cobertura=1.9.4.1