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 eab1bf1e Update jackson-databind to 2.14.0 new cb5aa198 Merge pull request #54 from scala-steward/update/jackson-databind-2.14.0 eab1bf1e is described below commit eab1bf1e9026b8a28578209d45e75d10ffd9259e Author: Scala Steward <scala_stew...@virtuslab.com> AuthorDate: Sun Nov 6 13:20:15 2022 +0000 Update jackson-databind to 2.14.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 137f8b35..d0aad2a4 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" -val jacksonVer = "2.13.4.2" +val jacksonVer = "2.14.0" val apacheOpennlpVer = "2.0.0" // Test libraries.