Skip to content

Commit 1ce6b4d

Browse files
committed
latest armeria changed to protobuf 3.x
1 parent f53b750 commit 1ce6b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/armeria/armeria-grpc-1.14/javaagent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
val latestDepTest = findProperty("testLatestDeps") as Boolean
2828
protobuf {
2929
protoc {
30-
val protocVersion = if (latestDepTest) "4.28.2" else "3.19.2"
30+
val protocVersion = if (latestDepTest) "3.25.5" else "3.19.2"
3131
artifact = "com.google.protobuf:protoc:$protocVersion"
3232
}
3333
plugins {

0 commit comments

Comments
 (0)