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 4837222e Update jackson-databind to 2.14.2 new f8d21fed Merge pull request #76 from scala-steward/update/jackson-databind-2.14.2 4837222e is described below commit 4837222e7ff53fad341c2a10e150ad6fab115c7f Author: Scala Steward <scala_stew...@virtuslab.com> AuthorDate: Sun Jan 29 13:38:36 2023 +0000 Update jackson-databind to 2.14.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7d251d83..06cc53c1 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ val commonsLang3Ver = "3.12.0" val commonsCodecVer = "1.15" val commonsCollectionsVer = "4.4" val gsonVer = "2.10.1" -val jacksonVer = "2.14.1" +val jacksonVer = "2.14.2" val apacheOpennlpVer = "2.1.0" // Test libraries.