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 0fcbc481 Update stanford-corenlp to 4.5.3
new 283b5ab4 Merge pull request #85 from
scala-steward/update/stanford-corenlp-4.5.3
0fcbc481 is described below
commit 0fcbc4811da4c264f75a77b23dd6db8f43d2b994
Author: Scala Steward <[email protected]>
AuthorDate: Wed Mar 22 13:41:54 2023 +0000
Update stanford-corenlp to 4.5.3
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index d99cdc56..4210947c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -33,7 +33,7 @@ val jacksonVer = "2.14.2"
val apacheOpennlpVer = "2.1.1"
// Stanford project libraries.
-val stanfordCoreNLPVer = "4.5.2"
+val stanfordCoreNLPVer = "4.5.3"
// Examples libraries.
val languagetoolVer = "6.0"