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

[groovy] 01/02: 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 GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 4e3c37cb37d01bb0e4a064b4abc7634e5e16243e
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Dec 10 23:08:06 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 79872e2571..c6f041da43 100644
--- a/build.gradle
+++ b/build.gradle
@@ -84,9 +84,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 0d58476ac1..fb9d398f51 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