Skip to content

Commit 55390e3

Browse files
committed
Update protobuf-java to 4.29.3
1 parent dd098cc commit 55390e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ lazy val benchmark =
951951
// "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
952952
// For grpc-java
953953
"io.grpc" % "grpc-protobuf" % GRPC_VERSION,
954-
"com.google.protobuf" % "protobuf-java" % "3.25.6",
954+
"com.google.protobuf" % "protobuf-java" % "4.29.3",
955955
("com.chatwork" %% "scala-ulid" % "1.0.24").cross(CrossVersion.for3Use2_13)
956956
)
957957
// Compile / PB.targets := Seq(

0 commit comments

Comments
 (0)