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 41d83049 Update jackson-dataformat-yaml to 2.14.2
new b3200ca2 Merge pull request #77 from
scala-steward/update/jackson-dataformat-yaml-2.14.2
41d83049 is described below
commit 41d83049e236de0b05a65fcf729a5d6b702db0c1
Author: Scala Steward <[email protected]>
AuthorDate: Sun Jan 29 13:38:39 2023 +0000
Update jackson-dataformat-yaml to 2.14.2
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 7d251d83..06cc53c1 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.14.1"
+val jacksonVer = "2.14.2"
val apacheOpennlpVer = "2.1.0"
// Test libraries.