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/05/31 11:29:05 UTC

[incubator-nlpcraft] branch master updated: Update stanford-corenlp to 4.5.4

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 72d24bc2 Update stanford-corenlp to 4.5.4
     new 535c70db Merge pull request #91 from scala-steward/update/stanford-corenlp-4.5.4
72d24bc2 is described below

commit 72d24bc237dd3a5351c6b6e7314e147581b6fa6b
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Thu Apr 27 13:05:59 2023 +0000

    Update stanford-corenlp to 4.5.4
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 00c7c087..177fce16 100644
--- a/build.sbt
+++ b/build.sbt
@@ -33,7 +33,7 @@ val jacksonVer = "2.15.0"
 val apacheOpennlpVer = "2.2.0"
 
 // Stanford project libraries.
-val stanfordCoreNLPVer  = "4.5.3"
+val stanfordCoreNLPVer  = "4.5.4"
 
 // Examples libraries.
 val languagetoolVer = "6.0"