From 49f6326a9f86e6d0db8543356f1020024eb7dbab Mon Sep 17 00:00:00 2001 From: Viraj Jasani Date: Fri, 16 Apr 2021 12:36:01 +0530 Subject: [PATCH] HADOOP-17633. Bump json-smart to 2.4.2 and nimbus-jose-jwt to 9.8 due to CVEs (#2895). Contributed by Viraj Jasani. Signed-off-by: Ayush Saxena --- LICENSE-binary | 4 ++-- hadoop-project/pom.xml | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 0aac03bb00..4fa65d5d0e 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -240,7 +240,7 @@ com.google.guava:guava:20.0 com.google.guava:guava:27.0-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.microsoft.azure:azure-storage:7.0.0 -com.nimbusds:nimbus-jose-jwt:4.41.1 +com.nimbusds:nimbus-jose-jwt:9.8.1 com.squareup.okhttp:okhttp:2.7.5 com.squareup.okio:okio:1.6.0 com.zaxxer:HikariCP-java7:2.4.12 @@ -283,7 +283,7 @@ javax.inject:javax.inject:1 log4j:log4j:1.2.17 net.java.dev.jna:jna:5.2.0 net.minidev:accessors-smart:1.2 -net.minidev:json-smart:2.3 +net.minidev:json-smart:2.4.2 org.apache.avro:avro:1.7.7 org.apache.commons:commons-collections4:4.2 org.apache.commons:commons-compress:1.19 diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 46221ab843..6d244e7cb5 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -211,6 +211,8 @@ 7.7.0 1.0.7.Final 5.3.0 + 2.4.2 + 9.8.1 @@ -1555,7 +1557,7 @@ com.nimbusds nimbus-jose-jwt - 7.9 + ${nimbus-jose-jwt.version} compile @@ -1578,7 +1580,7 @@ --> net.minidev json-smart - 2.3 + ${json-smart.version} org.skyscreamer