diff --git a/LICENSE-binary b/LICENSE-binary
index 30235646adb62..d2718e564c75e 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -240,7 +240,7 @@ com.google.guava:guava:20.0
com.google.guava:guava:32.0.1-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:9.37.2
+com.nimbusds:nimbus-jose-jwt:10.4
com.zaxxer:HikariCP:4.0.3
commons-beanutils:commons-beanutils:1.9.4
commons-cli:commons-cli:1.9.0
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 380684cf53bb1..81779ada66d43 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -233,7 +233,8 @@
2.1.4.Final
1.0.2
5.4.0
- 9.37.2
+ 10.4
+ 1.0-1
v12.22.1
v1.22.5
1.10.13
@@ -1602,6 +1603,11 @@
jaxb-api
2.2.11
+
+ com.github.stephenc.jcip
+ jcip-annotations
+ ${jcip-annotations.version}
+
org.codehaus.jettison
jettison
diff --git a/hadoop-tools/hadoop-sls/pom.xml b/hadoop-tools/hadoop-sls/pom.xml
index a032f20bc3328..771ba87e0bbf4 100644
--- a/hadoop-tools/hadoop-sls/pom.xml
+++ b/hadoop-tools/hadoop-sls/pom.xml
@@ -78,6 +78,11 @@
mockito-core
test
+
+ com.github.stephenc.jcip
+ jcip-annotations
+ test
+
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
index 14ea21d895ddc..9aad28778b7c8 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
@@ -335,6 +335,11 @@
com.fasterxml.jackson.core
jackson-databind
+
+ com.github.stephenc.jcip
+ jcip-annotations
+ test
+
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/pom.xml
index 2483963ab0fe9..a5665c6740e78 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/pom.xml
@@ -168,6 +168,11 @@
test-jar
+
+ com.github.stephenc.jcip
+ jcip-annotations
+ test
+