Skip to content

Commit 18bcf20

Browse files
authored
Update protobuf-java to 3.21.2 (#2275)
1 parent 298b370 commit 18bcf20

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
@@ -876,7 +876,7 @@ lazy val benchmark =
876876
// "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
877877
// For grpc-java
878878
"io.grpc" % "grpc-protobuf" % GRPC_VERSION,
879-
"com.google.protobuf" % "protobuf-java" % "3.21.1",
879+
"com.google.protobuf" % "protobuf-java" % "3.21.2",
880880
"com.chatwork" %% "scala-ulid" % "1.0.24"
881881
)
882882
// Compile / PB.targets := Seq(

0 commit comments

Comments
 (0)