diff --git a/distribution/proxy-native/src/main/release-docs/LICENSE b/distribution/proxy-native/src/main/release-docs/LICENSE
index c5fa7f3dde2c6..9cfaafa9c9ba3 100644
--- a/distribution/proxy-native/src/main/release-docs/LICENSE
+++ b/distribution/proxy-native/src/main/release-docs/LICENSE
@@ -257,6 +257,7 @@ The text of each license is the standard Apache 2.0 license.
httpclient5 5.1.3: https://hc.apache.org/httpcomponents-client-5.1.x, Apache 2.0
httpcore5-h2 5.1.3: https://hc.apache.org/httpcomponents-core-5.1.x, Apache 2.0
httpcore5 5.1.3: https://hc.apache.org/httpcomponents-core-5.1.x, Apache 2.0
+ j2objc-annotations 1.3 https://github.com/google/j2objc/, Apache 2.0
jackson-annotations 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
jackson-core 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
jackson-databind 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
diff --git a/distribution/proxy/src/main/release-docs/LICENSE b/distribution/proxy/src/main/release-docs/LICENSE
index c5fa7f3dde2c6..9cfaafa9c9ba3 100644
--- a/distribution/proxy/src/main/release-docs/LICENSE
+++ b/distribution/proxy/src/main/release-docs/LICENSE
@@ -257,6 +257,7 @@ The text of each license is the standard Apache 2.0 license.
httpclient5 5.1.3: https://hc.apache.org/httpcomponents-client-5.1.x, Apache 2.0
httpcore5-h2 5.1.3: https://hc.apache.org/httpcomponents-core-5.1.x, Apache 2.0
httpcore5 5.1.3: https://hc.apache.org/httpcomponents-core-5.1.x, Apache 2.0
+ j2objc-annotations 1.3 https://github.com/google/j2objc/, Apache 2.0
jackson-annotations 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
jackson-core 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
jackson-databind 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
diff --git a/pom.xml b/pom.xml
index 57e326ef0ae4f..e7f5a3bb1cb7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@
32.1.2-jre
3.39.0
2.22.0
+ 1.3
3.12.0
4.4
1.16.0
@@ -177,10 +178,6 @@
com.google.guava
listenablefuture
-
- com.google.j2objc
- j2objc-annotations
-
@@ -193,6 +190,11 @@
error_prone_annotations
${error_prone_annotations.version}
+
+ com.google.j2objc
+ j2objc-annotations
+ ${j2objc-annotations.version}
+
org.apache.commons
commons-lang3
@@ -370,12 +372,6 @@
${protobuf.version}
pom
import
-
-
- com.google.j2objc
- j2objc-annotations
-
-