You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by al...@apache.org on 2022/09/05 15:58:21 UTC

[ignite] branch master updated: IGNITE-17618 Update jackson dependency to 2.12.7 - Fixes #10235.

This is an automated email from the ASF dual-hosted git repository.

alexpl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e25a3c72d8 IGNITE-17618 Update jackson dependency to 2.12.7 - Fixes #10235.
1e25a3c72d8 is described below

commit 1e25a3c72d824edbdecf4cd8d7033f9867471aba
Author: nao <ni...@live.com>
AuthorDate: Mon Sep 5 17:14:04 2022 +0300

    IGNITE-17618 Update jackson dependency to 2.12.7 - Fixes #10235.
    
    Signed-off-by: Aleksey Plekhanov <pl...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5f78abbc612..6d5d0351d65 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -94,7 +94,7 @@
         <hamcrest.version>2.2</hamcrest.version>
         <httpclient.version>4.5.13</httpclient.version>
         <httpcore.version>4.4.14</httpcore.version>
-        <jackson.version>2.12.4</jackson.version>
+        <jackson.version>2.12.7</jackson.version>
         <jaxb.api.version>2.1</jaxb.api.version>
         <jaxb.impl.version>2.1.14</jaxb.impl.version>
         <javassist.version>3.28.0-GA</javassist.version>