This is an automated email from the ASF dual-hosted git repository.
symat pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new c791499 ZOOKEEPER-3751: upgrade jackson-databind to 2.10 from 2.9
c791499 is described below
commit c7914994a8e86668f9f5f18f96afb995410ca9ce
Author: Mate Szalay-Beko <[email protected]>
AuthorDate: Thu Apr 30 10:15:50 2020 +0000
ZOOKEEPER-3751: upgrade jackson-databind to 2.10 from 2.9
The original PR (#1283) was only merged to 3.6+ as in 3.5 we also have to
change the ant configs. I created a new PR to kick-in the CI also for branch
3.5.
Author: Mate Szalay-Beko <[email protected]>
Reviewers: Enrico Olivelli <[email protected]>
Closes #1341 from symat/ZOOKEEPER-3751-branch-3.5
---
build.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index bcb2925..af1514a 100644
--- a/build.xml
+++ b/build.xml
@@ -55,7 +55,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
<property name="javacc.version" value="5.0"/>
<property name="jetty.version" value="9.4.17.v20190418"/>
- <property name="jackson.version" value="2.9.10.3"/>
+ <property name="jackson.version" value="2.10.3"/>
<property name="dependency-check-ant.version" value="5.2.4"/>
<property name="commons-io.version" value="2.6"/>
diff --git a/pom.xml b/pom.xml
index bb737ab..1250baa 100755
--- a/pom.xml
+++ b/pom.xml
@@ -299,7 +299,7 @@
<commons-cli.version>1.2</commons-cli.version>
<jetty.version>9.4.24.v20191120</jetty.version>
<netty.version>4.1.48.Final</netty.version>
- <jackson.version>2.9.10.3</jackson.version>
+ <jackson.version>2.10.3</jackson.version>
<json.version>1.1.1</json.version>
<jline.version>2.11</jline.version>
<snappy.version>1.1.7</snappy.version>