Skip to content

Commit 20ee7ab

Browse files
authored
HBASE-22722 Upgrade jackson databind dependencies to 2.9.9.1 (#402)
Signed-off-by: Peter Somogyi <psomogyi@apache.org> Signed-off-by: Andrew Purtell <apurtell@apache.org>
1 parent 6705d4f commit 20ee7ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,6 +1452,7 @@
14521452
<httpcore.version>4.4.6</httpcore.version>
14531453
<metrics-core.version>3.2.6</metrics-core.version>
14541454
<jackson.version>2.9.9</jackson.version>
1455+
<jackson.databind.version>2.9.9.1</jackson.databind.version>
14551456
<jaxb-api.version>2.2.12</jaxb-api.version>
14561457
<jetty.version>9.3.27.v20190418</jetty.version>
14571458
<servlet.api.version>3.1.0</servlet.api.version>
@@ -1982,7 +1983,7 @@
19821983
<dependency>
19831984
<groupId>com.fasterxml.jackson.core</groupId>
19841985
<artifactId>jackson-databind</artifactId>
1985-
<version>${jackson.version}</version>
1986+
<version>${jackson.databind.version}</version>
19861987
</dependency>
19871988
<dependency>
19881989
<groupId>org.jamon</groupId>

0 commit comments

Comments
 (0)