diff --git a/android/pom.xml b/android/pom.xml
index d59ce39455b6..52837fa733d4 100644
--- a/android/pom.xml
+++ b/android/pom.xml
@@ -18,7 +18,7 @@
3.0.2
3.42.0
2.24.1
- 2.8
+ 3.0.0
9+181-r4173-1
diff --git a/integration-tests/gradle/build.gradle.kts b/integration-tests/gradle/build.gradle.kts
index cafccc49b790..51c733a8cb6e 100644
--- a/integration-tests/gradle/build.gradle.kts
+++ b/integration-tests/gradle/build.gradle.kts
@@ -23,9 +23,9 @@ val expectedReducedRuntimeClasspathJreVersion =
"listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar"
)
val expectedCompileClasspathAndroidVersion =
- expectedReducedRuntimeClasspathAndroidVersion + setOf("j2objc-annotations-2.8.jar")
+ expectedReducedRuntimeClasspathAndroidVersion + setOf("j2objc-annotations-3.0.0.jar")
val expectedCompileClasspathJreVersion =
- expectedReducedRuntimeClasspathJreVersion + setOf("j2objc-annotations-2.8.jar")
+ expectedReducedRuntimeClasspathJreVersion + setOf("j2objc-annotations-3.0.0.jar")
val extraLegacyDependencies = setOf("google-collections-1.0.jar")
diff --git a/pom.xml b/pom.xml
index 83c3fa11ab3b..79ecb39a58dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
3.0.2
3.42.0
2.24.1
- 2.8
+ 3.0.0
9+181-r4173-1