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 ed77dafb Update jackson-dataformat-yaml to 2.15.1
new f5c2c255 Merge pull request #96 from
scala-steward/update/jackson-dataformat-yaml-2.15.1
ed77dafb is described below
commit ed77dafb44630de8d5444ef1d491ab3b44c8e513
Author: Scala Steward <[email protected]>
AuthorDate: Sat May 27 13:37:35 2023 +0000
Update jackson-dataformat-yaml to 2.15.1
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 00c7c087..fc9af3d2 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.15.0"
+val jacksonVer = "2.15.1"
val apacheOpennlpVer = "2.2.0"
// Stanford project libraries.