This is an automated email from the ASF dual-hosted git repository.
alexpl pushed a commit to branch ignite-2.14
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/ignite-2.14 by this push:
new f26f7841229 IGNITE-17618 Update jackson dependency to 2.12.7 - Fixes
#10235.
f26f7841229 is described below
commit f26f7841229ac5a1faf40fe2f2a28b0939ed5a72
Author: nao <[email protected]>
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 <[email protected]>
(cherry picked from commit 1e25a3c72d824edbdecf4cd8d7033f9867471aba)
---
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>