This is an automated email from the ASF dual-hosted git repository.
namelchev 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 0755edefb72 IGNITE-18108 Updated Jackson Databind dependency to 2.14.0
(#10366)
0755edefb72 is described below
commit 0755edefb72f0167aae09948eccb52f00612ac8a
Author: Nikita Amelchev <[email protected]>
AuthorDate: Wed Nov 9 13:29:47 2022 +0300
IGNITE-18108 Updated Jackson Databind dependency to 2.14.0 (#10366)
---
modules/ml/pom.xml | 11 ++++++-----
parent/pom.xml | 2 +-
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/modules/ml/pom.xml b/modules/ml/pom.xml
index 62e0dad5431..51c2a67a357 100644
--- a/modules/ml/pom.xml
+++ b/modules/ml/pom.xml
@@ -74,6 +74,12 @@
<version>7.0.12</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>${jackson.version}</version>
+ </dependency>
+
<dependency>
<!-- IMPL NOTE this is to write math benchmarks results, IGN-6530
-->
<groupId>com.dropbox.core</groupId>
@@ -136,11 +142,6 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>${jackson.version}</version>
- </dependency>
</dependencies>
<build>
diff --git a/parent/pom.xml b/parent/pom.xml
index 7f2af3df26c..26a1724a134 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.7</jackson.version>
+ <jackson.version>2.14.0</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>