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 a7903f16 Update stanford-corenlp to 4.5.2
new 9dda0c35 Merge pull request #70 from
scala-steward/update/stanford-corenlp-4.5.2
a7903f16 is described below
commit a7903f169ff7a7ed146e85c6041d897158722d0f
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jan 21 13:27:26 2023 +0000
Update stanford-corenlp to 4.5.2
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index d88fe0d4..52fab681 100644
--- a/build.sbt
+++ b/build.sbt
@@ -36,7 +36,7 @@ val apacheOpennlpVer = "2.1.0"
val junitVer = "5.9.0"
// Stanford project libraries.
-val stanfordCoreNLPVer = "4.5.1"
+val stanfordCoreNLPVer = "4.5.2"
// Examples libraries.
val languagetoolVer = "6.0"