HADOOP-18468: Upgrade jettison to 1.5.1 to fix CVE-2022-40149 (#4937)
Contributed by PJ Fanning
This commit is contained in:
parent
7d7f7a9e9b
commit
e360e7620c
@ -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-jaxrs:1.9.13
|
||||||
org.codehaus.jackson:jackson-mapper-asl:1.9.13
|
org.codehaus.jackson:jackson-mapper-asl:1.9.13
|
||||||
org.codehaus.jackson:jackson-xc: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-annotations:9.4.48.v20220622
|
||||||
org.eclipse.jetty:jetty-http:9.4.48.v20220622
|
org.eclipse.jetty:jetty-http:9.4.48.v20220622
|
||||||
org.eclipse.jetty:jetty-io:9.4.48.v20220622
|
org.eclipse.jetty:jetty-io:9.4.48.v20220622
|
||||||
|
@ -1514,7 +1514,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.jettison</groupId>
|
<groupId>org.codehaus.jettison</groupId>
|
||||||
<artifactId>jettison</artifactId>
|
<artifactId>jettison</artifactId>
|
||||||
<version>1.1</version>
|
<version>1.5.1</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>stax</groupId>
|
<groupId>stax</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user