You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2023/03/13 11:34:02 UTC

[incubator-nlpcraft] branch master updated: Update opennlp-tools to 2.1.1

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 8aab0412 Update opennlp-tools to 2.1.1
     new bc204c5e Merge pull request #81 from scala-steward/update/opennlp-tools-2.1.1
8aab0412 is described below

commit 8aab0412e7a50b7e8c6a3bf8693a195b6325e0d1
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Thu Feb 23 18:47:10 2023 +0000

    Update opennlp-tools to 2.1.1
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 4203512a..a3a5019f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -30,7 +30,7 @@ val commonsCodecVer = "1.15"
 val commonsCollectionsVer = "4.4"
 val gsonVer = "2.10.1"
 val jacksonVer = "2.14.2"
-val apacheOpennlpVer = "2.1.0"
+val apacheOpennlpVer = "2.1.1"
 
 // Stanford project libraries.
 val stanfordCoreNLPVer  = "4.5.2"