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 d18bb22e Update stanford-corenlp to 4.5.5
new cd67816f Merge pull request #121 from
scala-steward/update/stanford-corenlp-4.5.5
d18bb22e is described below
commit d18bb22e5111d3aea61c3a854960cd5ee9fc1b75
Author: Scala Steward <[email protected]>
AuthorDate: Tue Sep 26 12:48:07 2023 +0000
Update stanford-corenlp to 4.5.5
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 6f991052..1c9e510c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -33,7 +33,7 @@ val jacksonVer = "2.15.2"
val apacheOpennlpVer = "2.3.0"
// Stanford project libraries.
-val stanfordCoreNLPVer = "4.5.4"
+val stanfordCoreNLPVer = "4.5.5"
// Examples libraries.
val languagetoolVer = "6.0"