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 49da1b29 Update jackson-module-scala_3 to 2.14.0
new c74aec77 Merge pull request #57 from
scala-steward/update/jackson-module-scala_3-2.14.0
49da1b29 is described below
commit 49da1b29016fe47ae3d142c6e75e96e6f11c89ee
Author: Scala Steward <[email protected]>
AuthorDate: Sun Nov 6 13:20:41 2022 +0000
Update jackson-module-scala_3 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.