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

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 25a157b  Fix #12791 upgrade antlr to 4.8 (#12792)
25a157b is described below

commit 25a157bf82a20699520c55d5c89e2dd569d4cd05
Author: Amos Feng <[email protected]>
AuthorDate: Tue Sep 28 18:15:05 2021 +0800

    Fix #12791 upgrade antlr to 4.8 (#12792)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3ceeeac..190116f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
         <gson.version>2.8.6</gson.version>
         <slf4j.version>1.7.7</slf4j.version>
         
-        <antlr4.version>4.7.2</antlr4.version>
+        <antlr4.version>4.8</antlr4.version>
         
         <groovy.version>2.4.19</groovy.version>
         <snakeyaml.version>1.16</snakeyaml.version>

Reply via email to