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 6bafeff0 Update jackson-module-scala_3 to 2.14.1
new 71760093 Merge pull request #75 from
scala-steward/update/jackson-module-scala_3-2.14.1
6bafeff0 is described below
commit 6bafeff0018e8d7d45b294d15363be51ab7b6d53
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jan 25 13:36:43 2023 +0000
Update jackson-module-scala_3 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.