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 17702d12 Jackson invalid version fixes.
17702d12 is described below

commit 17702d1266de0f8638c22b3124612609cf5992ec
Author: Sergey Kamov <[email protected]>
AuthorDate: Sun Nov 6 18:48:45 2022 +0400

    Jackson invalid version fixes.
---
 build.sbt | 2 +-
 pom.xml   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.sbt b/build.sbt
index d0aad2a4..7392fc2c 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"
-val jacksonVer = "2.14.0"
+val jacksonVer = "2.13.4"
 val apacheOpennlpVer = "2.0.0"
 
 // Test libraries.
diff --git a/pom.xml b/pom.xml
index 98768420..b5d99e87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,8 +106,8 @@
         <commons.codec.ver>1.15</commons.codec.ver>
         <commons.collections.ver>4.4</commons.collections.ver>
         <scala3.ref.ver>1.1.4</scala3.ref.ver>
-        <jackson.ver>2.14.0</jackson.ver>
-        <jackson.yaml.ver>2.14.0</jackson.yaml.ver>
+        <jackson.ver>2.13.4</jackson.ver>
+        <jackson.yaml.ver>2.13.4</jackson.yaml.ver>
         <apache.opennlp.ver>2.0.0</apache.opennlp.ver>
         <gson.ver>2.10</gson.ver>
         <scalatest.ver>3.2.14</scalatest.ver>

Reply via email to