Skip to content

Commit

Permalink
HADOOP-18468: Upgrade jettison to 1.5.1 to fix CVE-2022-40149 (#4937)
Browse files Browse the repository at this point in the history
Contributed by PJ Fanning
  • Loading branch information
steveloughran committed Oct 10, 2022
1 parent 7d7f7a9 commit e360e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE-binary
Expand Up @@ -351,7 +351,7 @@ org.codehaus.jackson:jackson-core-asl:1.9.13
org.codehaus.jackson:jackson-jaxrs:1.9.13
org.codehaus.jackson:jackson-mapper-asl:1.9.13
org.codehaus.jackson:jackson-xc:1.9.13
org.codehaus.jettison:jettison:1.1
org.codehaus.jettison:jettison:1.5.1
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
Expand Down
2 changes: 1 addition & 1 deletion hadoop-project/pom.xml
Expand Up @@ -1514,7 +1514,7 @@
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.1</version>
<version>1.5.1</version>
<exclusions>
<exclusion>
<groupId>stax</groupId>
Expand Down

0 comments on commit e360e76

Please sign in to comment.