We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e53a4 commit 202a586Copy full SHA for 202a586
.web/docs/developers/api/java/pom.xml
@@ -60,7 +60,7 @@
60
<dependency>
61
<groupId>com.google.protobuf</groupId>
62
<artifactId>protobuf-java</artifactId>
63
- <version>4.29.3</version>
+ <version>4.30.2</version>
64
</dependency>
65
</dependencies>
66
</project>
.web/docs/developers/api/kotlin/build.gradle.kts
@@ -14,7 +14,7 @@ repositories {
14
val grpcVersion = "1.70.0"
15
val grpcKotlinVersion = "1.4.3"
16
val connectVersion = "0.7.1"
17
-val protobufVersion = "4.29.3"
+val protobufVersion = "4.30.2"
18
19
dependencies {
20
// Kotlin
0 commit comments