This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new ac80f4e HBASE-22722 Upgrade jackson databind dependencies to 2.9.9.1
(#402)
ac80f4e is described below
commit ac80f4e1dc0fc296ecd9cc46ed28f4b61837b799
Author: Duo Zhang <[email protected]>
AuthorDate: Wed Jul 24 10:02:49 2019 +0800
HBASE-22722 Upgrade jackson databind dependencies to 2.9.9.1 (#402)
Signed-off-by: Peter Somogyi <[email protected]>
Signed-off-by: Andrew Purtell <[email protected]>
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e62217a..6271377 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1387,6 +1387,7 @@
<httpcore.version>4.4.6</httpcore.version>
<metrics-core.version>3.2.6</metrics-core.version>
<jackson.version>2.9.9</jackson.version>
+ <jackson.databind.version>2.9.9.1</jackson.databind.version>
<jaxb-api.version>2.2.12</jaxb-api.version>
<jetty.version>9.3.27.v20190418</jetty.version>
<jetty-jsp.version>9.2.28.v20190418</jetty-jsp.version>
@@ -1902,7 +1903,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>${jackson.version}</version>
+ <version>${jackson.databind.version}</version>
</dependency>
<dependency>
<groupId>org.jamon</groupId>