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:20 UTC

[incubator-nlpcraft] branch master updated: Update jackson-databind 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 783ade88 Update jackson-databind to 2.15.2
     new c5835b90 Merge pull request #102 from scala-steward/update/jackson-databind-2.15.2
783ade88 is described below

commit 783ade8844321a8f6a520c3507cf4ddf0dae2d12
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Wed May 31 13:00:35 2023 +0000

    Update jackson-databind 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.