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:52:52 UTC

[groovy] branch master updated: GROOVY-10864: Bump antlr4 to 4.11.1.1

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 8e21bde153 GROOVY-10864: Bump antlr4 to 4.11.1.1
8e21bde153 is described below

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

    GROOVY-10864: 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