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 16c3268d Update jackson-databind to 2.13.5
new 76989a86 Merge pull request #71 from
scala-steward/update/jackson-databind-2.13.5
16c3268d is described below
commit 16c3268db4efdbc467785fec4a2b61e5956c0215
Author: Scala Steward <[email protected]>
AuthorDate: Mon Jan 23 13:22:56 2023 +0000
Update jackson-databind to 2.13.5
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index a342586b..147368be 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.13.4"
+val jacksonVer = "2.13.5"
val apacheOpennlpVer = "2.1.0"
// Test libraries.