diff --git a/README.md b/README.md
index cb38ad66394..9c6ce5d5e47 100644
--- a/README.md
+++ b/README.md
@@ -56,18 +56,18 @@ Download [the JARs][]. Or for Maven with non-Android, add to your `pom.xml`:
io.grpc
grpc-netty-shaded
- 1.66.0
+ 1.67.0
runtime
io.grpc
grpc-protobuf
- 1.66.0
+ 1.67.0
io.grpc
grpc-stub
- 1.66.0
+ 1.67.0
org.apache.tomcat
@@ -79,18 +79,18 @@ Download [the JARs][]. Or for Maven with non-Android, add to your `pom.xml`:
Or for Gradle with non-Android, add to your dependencies:
```gradle
-runtimeOnly 'io.grpc:grpc-netty-shaded:1.66.0'
-implementation 'io.grpc:grpc-protobuf:1.66.0'
-implementation 'io.grpc:grpc-stub:1.66.0'
+runtimeOnly 'io.grpc:grpc-netty-shaded:1.67.0'
+implementation 'io.grpc:grpc-protobuf:1.67.0'
+implementation 'io.grpc:grpc-stub:1.67.0'
compileOnly 'org.apache.tomcat:annotations-api:6.0.53' // necessary for Java 9+
```
For Android client, use `grpc-okhttp` instead of `grpc-netty-shaded` and
`grpc-protobuf-lite` instead of `grpc-protobuf`:
```gradle
-implementation 'io.grpc:grpc-okhttp:1.66.0'
-implementation 'io.grpc:grpc-protobuf-lite:1.66.0'
-implementation 'io.grpc:grpc-stub:1.66.0'
+implementation 'io.grpc:grpc-okhttp:1.67.0'
+implementation 'io.grpc:grpc-protobuf-lite:1.67.0'
+implementation 'io.grpc:grpc-stub:1.67.0'
compileOnly 'org.apache.tomcat:annotations-api:6.0.53' // necessary for Java 9+
```
@@ -131,7 +131,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use
com.google.protobuf:protoc:3.25.3:exe:${os.detected.classifier}
grpc-java
- io.grpc:protoc-gen-grpc-java:1.66.0:exe:${os.detected.classifier}
+ io.grpc:protoc-gen-grpc-java:1.67.0:exe:${os.detected.classifier}
@@ -161,7 +161,7 @@ protobuf {
}
plugins {
grpc {
- artifact = 'io.grpc:protoc-gen-grpc-java:1.66.0'
+ artifact = 'io.grpc:protoc-gen-grpc-java:1.67.0'
}
}
generateProtoTasks {
@@ -194,7 +194,7 @@ protobuf {
}
plugins {
grpc {
- artifact = 'io.grpc:protoc-gen-grpc-java:1.66.0'
+ artifact = 'io.grpc:protoc-gen-grpc-java:1.67.0'
}
}
generateProtoTasks {