This is an automated email from the ASF dual-hosted git repository. sergeykamov pushed a commit to branch NLPCRAFT-520 in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit e78fb47f09f7875eee598f6c57b17c8a7c02a4f1 Merge: b9ee6302 160f3ed9 Author: Sergey Kamov <[email protected]> AuthorDate: Tue Jan 24 09:54:44 2023 +0400 Merge branch 'master' into NLPCRAFT-520 build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --cc build.sbt index 582b4e33,147368be..49e0868a --- a/build.sbt +++ b/build.sbt @@@ -29,9 -29,12 +29,9 @@@ val commonsLang3Ver = "3.12.0 val commonsCodecVer = "1.15" val commonsCollectionsVer = "4.4" val gsonVer = "2.10.1" - val jacksonVer = "2.13.4" + val jacksonVer = "2.13.5" val apacheOpennlpVer = "2.1.0" -// Test libraries. -val junitVer = "5.9.0" - // Stanford project libraries. val stanfordCoreNLPVer = "4.5.2"
