Skip to content

Commit

Permalink
HBASE-22722 Upgrade jackson databind dependencies to 2.9.9.1 (#402)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyi <[email protected]>
Signed-off-by: Andrew Purtell <[email protected]>
  • Loading branch information
Apache9 authored Jul 24, 2019
1 parent 6705d4f commit 20ee7ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 20ee7ab

Please sign in to comment.