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 7b9d11a9 Update jackson-databind to 2.14.1
new 83e4f518 Merge pull request #74 from
scala-steward/update/jackson-databind-2.14.1
7b9d11a9 is described below
commit 7b9d11a921ccf90e792a52aa6f3cd06a55770789
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jan 25 13:36:28 2023 +0000
Update jackson-databind to 2.14.1
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 147368be..7d251d83 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.5"
+val jacksonVer = "2.14.1"
val apacheOpennlpVer = "2.1.0"
// Test libraries.