This is an automated email from the ASF dual-hosted git repository. nivanov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit 87aa8f0ec52f0d751020d344df5f6a2b796b0c79 Merge: fa2fde1a 8d60618a Author: Nikita Ivanov <[email protected]> AuthorDate: Wed Feb 7 17:10:28 2024 -0800 Merge pull request #146 from scala-steward/update/stanford-corenlp-4.5.6 Update stanford-corenlp to 4.5.6 build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --cc build.sbt index 3b02f2c2,05f9bb02..961a0585 --- a/build.sbt +++ b/build.sbt @@@ -30,10 -30,10 +30,10 @@@ val commonsCodecVer = "1.16.0 val commonsCollectionsVer = "4.4" val gsonVer = "2.10.1" val jacksonVer = "2.15.3" -val apacheOpennlpVer = "2.3.0" +val apacheOpennlpVer = "2.3.2" // Stanford project libraries. - val stanfordCoreNLPVer = "4.5.5" + val stanfordCoreNLPVer = "4.5.6" // Examples libraries. val languagetoolVer = "6.0"
