Skip to content

Commit 134ebe9

Browse files
committed
Update protobuf-java to 3.24.2
1 parent dd354fc commit 134ebe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ lazy val benchmark =
844844
// "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
845845
// For grpc-java
846846
"io.grpc" % "grpc-protobuf" % GRPC_VERSION,
847-
"com.google.protobuf" % "protobuf-java" % "3.24.1",
847+
"com.google.protobuf" % "protobuf-java" % "3.24.2",
848848
("com.chatwork" %% "scala-ulid" % "1.0.24").cross(CrossVersion.for3Use2_13)
849849
)
850850
// Compile / PB.targets := Seq(

0 commit comments

Comments
 (0)