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 e255a155 Update jackson-dataformat-yaml to 2.13.5
new 940be29a Merge pull request #72 from
scala-steward/update/jackson-dataformat-yaml-2.13.5
e255a155 is described below
commit e255a15557713ad2478af78cff988bf326ee0037
Author: Scala Steward <[email protected]>
AuthorDate: Mon Jan 23 13:23:00 2023 +0000
Update jackson-dataformat-yaml 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.