diff --git a/LICENSE-binary b/LICENSE-binary
index a79282dec35c7..c11dbd27b7c9d 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -232,7 +232,7 @@ com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google:guice:5.1.0
com.google:guice-servlet:5.1.0
com.google.api.grpc:proto-google-common-protos:1.0.0
-com.google.code.gson:2.9.0
+com.google.code.gson:2.13.1
com.google.errorprone:error_prone_annotations:2.5.1
com.google.j2objc:j2objc-annotations:1.3
com.google.json-simple:json-simple:1.1.1
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 25e7c2343336e..b64ae93224dc2 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -141,7 +141,7 @@
1.6.20
2.0.6.1
5.2.0
- 2.9.0
+ 2.13.1
3.2.4
4.1.118.Final
1.1.10.4
@@ -820,6 +820,12 @@
com.google.code.gson
gson
${gson.version}
+
+
+ com.google.errorprone
+ error_prone_annotations
+
+
commons-cli