diff --git a/LICENSE-binary b/LICENSE-binary
index 198f97c5843..5af4b60f6cf 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 5f81d75605a..f09bf533bea 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -210,6 +210,8 @@
1.0.7.Final
1.0.2
5.3.0
+ 2.4.2
+ 9.8.1
@@ -1566,7 +1568,7 @@
com.nimbusds
nimbus-jose-jwt
- 7.9
+ ${nimbus-jose-jwt.version}
compile
@@ -1589,7 +1591,7 @@
-->
net.minidev
json-smart
- 2.3
+ ${json-smart.version}
org.skyscreamer