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 f53b750 commit 1ce6b4dCopy full SHA for 1ce6b4d
instrumentation/armeria/armeria-grpc-1.14/javaagent/build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
val latestDepTest = findProperty("testLatestDeps") as Boolean
28
protobuf {
29
protoc {
30
- val protocVersion = if (latestDepTest) "4.28.2" else "3.19.2"
+ val protocVersion = if (latestDepTest) "3.25.5" else "3.19.2"
31
artifact = "com.google.protobuf:protoc:$protocVersion"
32
}
33
plugins {
0 commit comments