This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new 02d1de1e Update antlr4-runtime to 4.10
new 667f0039 Merge pull request #23 from
scala-steward/update/antlr4-runtime-4.10
02d1de1e is described below
commit 02d1de1e9f241974723e6548ac0eeb439cfa58a9
Author: Scala Steward <[email protected]>
AuthorDate: Tue Apr 12 00:05:58 2022 +0200
Update antlr4-runtime to 4.10
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 107b69b8..cb8a3c59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
<maven.source.plugin.ver>3.0.1</maven.source.plugin.ver>
<maven.clean.plugin.ver>3.1.0</maven.clean.plugin.ver>
<maven.javadoc.plugin.ver>3.2.0</maven.javadoc.plugin.ver>
- <org.antlr4.ver>4.9.3</org.antlr4.ver>
+ <org.antlr4.ver>4.10</org.antlr4.ver>
<jline.ver>3.21.0</jline.ver>
<commons.io.ver>2.11.0</commons.io.ver>
<commons.lang3.ver>3.12.0</commons.lang3.ver>