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:23:55 UTC

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

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 1206b977 Update jackson-dataformat-yaml to 2.14.3
     new 7279e17e Merge pull request #93 from scala-steward/update/jackson-dataformat-yaml-2.14.3
1206b977 is described below

commit 1206b977e1403a98a694fb3a621dc79746ef5f09
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Sun May 7 12:55:40 2023 +0000

    Update jackson-dataformat-yaml to 2.14.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2802fb32..e9466d94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <commons.codec.ver>1.15</commons.codec.ver>
         <commons.collections.ver>4.4</commons.collections.ver>
         <scala3.ref.ver>1.2.0</scala3.ref.ver>
-        <jackson.ver>2.14.2</jackson.ver>
+        <jackson.ver>2.14.3</jackson.ver>
         <jackson.yaml.ver>2.13.4</jackson.yaml.ver>
         <apache.opennlp.ver>2.2.0</apache.opennlp.ver>
         <gson.ver>2.10</gson.ver>