Skip to content

Commit

Permalink
HBASE-27423 Upgrade Jackson for CVE-2022-42003/42004
Browse files Browse the repository at this point in the history
Jackson 2.13.4 fixes CVE-2022-42003 and databind 2.14.0-rc1 fixes CVE-2022-42004.

Move jackson.version to 2.13.4.
Move jackson.databind.version to 2.14.0-rc1.
  • Loading branch information
apurtell committed Oct 11, 2022
1 parent 8d2efc8 commit 1da343f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,8 @@
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.13</httpcore.version>
<metrics-core.version>3.2.6</metrics-core.version>
<jackson.version>2.13.3</jackson.version>
<jackson.databind.version>2.13.3</jackson.databind.version>
<jackson.version>2.13.4</jackson.version>
<jackson.databind.version>2.14.0-rc1</jackson.databind.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<servlet.api.version>3.1.0</servlet.api.version>
<wx.rs.api.version>2.1.1</wx.rs.api.version>
Expand Down

0 comments on commit 1da343f

Please sign in to comment.