Skip to content

Commit

Permalink
HBASE-27424 Upgrade Jettison for CVE-2022-40149/40150 (#4822)
Browse files Browse the repository at this point in the history
Jettison versions <= 1.5.0 are subject to CVE-2022-40149 and CVE-2022-40150.

Move jettison.version to 1.5.1.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
apurtell committed Oct 11, 2022
1 parent 1ad9574 commit f93bd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
<slf4j.version>1.7.33</slf4j.version>
<clover.version>4.0.3</clover.version>
<jamon-runtime.version>2.4.1</jamon-runtime.version>
<jettison.version>1.3.8</jettison.version>
<jettison.version>1.5.1</jettison.version>
<!--Make sure these joni/jcodings are compatible with the versions used by jruby-->
<joni.version>2.1.42</joni.version>
<jcodings.version>1.0.56</jcodings.version>
Expand Down

0 comments on commit f93bd14

Please sign in to comment.