From abc60c6de293a12b2293596292b1b87009f8e32c Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sat, 30 Sep 2023 17:26:44 +0200 Subject: [PATCH] update antlr to 4.13.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8850ece..68ebf87 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ ext { version_nodejs = '16.17.1' // keep in sync with npm version_npm = '8.15.0' // keep in sync with nodejs - lib_antlr = "org.antlr:antlr4:4.11.1" + lib_antlr = "org.antlr:antlr4:4.13.1" lib_commons_collections4 = 'org.apache.commons:commons-collections4:4.4' lib_commons_csv= 'org.apache.commons:commons-csv:1.10.0'