This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 20ee7ab HBASE-22722 Upgrade jackson databind dependencies to 2.9.9.1
(#402)
20ee7ab is described below
commit 20ee7ab154bd63f8561f3f2f1199a392d4109db4
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 f518f72..7095a76 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1452,6 +1452,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>
@@ -1982,7 +1983,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>