You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ni...@apache.org on 2022/09/06 18:54:44 UTC

[incubator-nlpcraft] branch master updated: Update antlr4-runtime to 4.11.1

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

nivanov 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 c083d1b2 Update antlr4-runtime to 4.11.1
     new dabde1da Merge pull request #42 from scala-steward/update/antlr4-runtime-4.11.1
c083d1b2 is described below

commit c083d1b21a236aecddeff8a10a734733bec5fe3b
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Mon Sep 5 12:45:21 2022 +0000

    Update antlr4-runtime to 4.11.1
---
 build.sbt | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index 7136c771..cc725029 100644
--- a/build.sbt
+++ b/build.sbt
@@ -22,7 +22,7 @@ val scalaMajVer = "3"
 val scalaMinVer = "1.3"
 val log4jVer = "2.18.0"
 val scalaLoggingVer = "3.9.5"
-val orgAntlr4Ver = "4.10.1"
+val orgAntlr4Ver = "4.11.1"
 val jlineVer = "3.21.0"
 val commonsIoVer = "2.11.0"
 val commonsLang3Ver = "3.12.0"
diff --git a/pom.xml b/pom.xml
index d3a88596..a3697056 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.10.1</org.antlr4.ver>
+        <org.antlr4.ver>4.11.1</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>