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 5f740642 Update opennlp-tools to 2.3.0
new 492e1ac0 Merge pull request #114 from
scala-steward/update/opennlp-tools-2.3.0
5f740642 is described below
commit 5f740642f8b70eb11fedbf978217e459dfb67139
Author: Scala Steward <[email protected]>
AuthorDate: Thu Aug 3 12:29:08 2023 +0000
Update opennlp-tools to 2.3.0
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 1f0e66bd..4fe69179 100644
--- a/build.sbt
+++ b/build.sbt
@@ -30,7 +30,7 @@ val commonsCodecVer = "1.16.0"
val commonsCollectionsVer = "4.4"
val gsonVer = "2.10.1"
val jacksonVer = "2.15.2"
-val apacheOpennlpVer = "2.2.0"
+val apacheOpennlpVer = "2.3.0"
// Stanford project libraries.
val stanfordCoreNLPVer = "4.5.4"