You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2023/05/31 13:33:03 UTC

[incubator-nlpcraft] branch master updated: Update jackson-dataformat-yaml to 2.15.2

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 8067197c Update jackson-dataformat-yaml to 2.15.2
     new 07745f26 Merge pull request #103 from scala-steward/update/jackson-dataformat-yaml-2.15.2
8067197c is described below

commit 8067197c0086830925928991f4c5cb7087bb6b1c
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Wed May 31 13:00:48 2023 +0000

    Update jackson-dataformat-yaml to 2.15.2
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 8ff855f7..647e275c 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.1"
+val jacksonVer = "2.15.2"
 val apacheOpennlpVer = "2.2.0"
 
 // Stanford project libraries.