This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.3.5 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3.5 by this push: new e90e5447064 HADOOP-18587: upgrade to jettison 1.5.3 due to cve (#5270) e90e5447064 is described below commit e90e54470642e284404f87ea00a61ad0da2945d5 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> (cherry picked from commit b9eb760ed238a2ae57a0dbb8b7e95f54589325f2) --- LICENSE-binary | 2 +- hadoop-project/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 9b0284674d8..90cedd436b0 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -347,7 +347,7 @@ org.apache.kerby:token-provider:1.0.1 org.apache.yetus:audience-annotations:0.5.0 org.apache.zookeeper:zookeeper:3.5.6 org.apache.zookeeper:zookeeper-jute:3.5.6 -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 37cf1ca86eb..2d6e73a6447 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1505,7 +1505,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