HBASE-22568 Upgrade jackson (2.9.9) and jetty (9.3.27) minor versions

Cherry-pick from HBASE-22560

Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
This commit is contained in:
Josh Elser 2019-06-10 13:47:02 -04:00
parent c3e49fc128
commit b96143902d
1 changed files with 3 additions and 3 deletions

View File

@ -1386,10 +1386,10 @@
<httpclient.version>4.5.3</httpclient.version>
<httpcore.version>4.4.6</httpcore.version>
<metrics-core.version>3.2.6</metrics-core.version>
<jackson.version>2.9.2</jackson.version>
<jackson.version>2.9.9</jackson.version>
<jaxb-api.version>2.2.12</jaxb-api.version>
<jetty.version>9.3.25.v20180904</jetty.version>
<jetty-jsp.version>9.2.26.v20180806</jetty-jsp.version>
<jetty.version>9.3.27.v20190418</jetty.version>
<jetty-jsp.version>9.2.28.v20190418</jetty-jsp.version>
<servlet.api.version>3.1.0</servlet.api.version>
<wx.rs.api.version>2.0.1</wx.rs.api.version>
<!-- Jersey 2.26 requires jetty 9.4 which breaks hadoop. Tread lightly. -->