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 12:24:32 UTC

[incubator-nlpcraft] branch master updated: Update jackson-databind to 2.15.1

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 26b0aa35 Update jackson-databind to 2.15.1
     new a55206dc Merge pull request #95 from scala-steward/update/jackson-databind-2.15.1
26b0aa35 is described below

commit 26b0aa3506605124575895d57242d89d96a1fdc6
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Sat May 27 13:37:23 2023 +0000

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