This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 99ac6e4 HBASE-22722 Upgrade jackson databind dependencies to 2.9.9.1
(#402)
99ac6e4 is described below
commit 99ac6e497cfe3b0e48e726f9db9a7ea885edc654
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 69a1d39..eff875c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1308,6 +1308,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>
<servlet.api.version>3.1.0</servlet.api.version>
@@ -1828,7 +1829,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>