This is an automated email from the ASF dual-hosted git repository. cnauroth pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new b9eb760ed23 HADOOP-18587: upgrade to jettison 1.5.3 due to cve (#5270) b9eb760ed23 is described below commit b9eb760ed238a2ae57a0dbb8b7e95f54589325f2 Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Sat Jan 7 00:35:50 2023 +0100 HADOOP-18587: upgrade to jettison 1.5.3 due to cve (#5270) Signed-off-by: Chris Nauroth <cnaur...@apache.org> --- LICENSE-binary | 2 +- hadoop-project/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 142f751a309..876b88f82a7 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -343,7 +343,7 @@ org.apache.kerby:token-provider:2.0.2 org.apache.solr:solr-solrj:8.8.2 org.apache.yetus:audience-annotations:0.5.0 org.apache.zookeeper:zookeeper:3.6.3 -org.codehaus.jettison:jettison:1.5.1 +org.codehaus.jettison:jettison:1.5.3 org.eclipse.jetty:jetty-annotations:9.4.48.v20220622 org.eclipse.jetty:jetty-http:9.4.48.v20220622 org.eclipse.jetty:jetty-io:9.4.48.v20220622 diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 8c3c790a38d..c0801330bc7 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1529,7 +1529,7 @@ <dependency> <groupId>org.codehaus.jettison</groupId> <artifactId>jettison</artifactId> - <version>1.5.1</version> + <version>1.5.3</version> <exclusions> <exclusion> <groupId>stax</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org