Skip to content

Commit

Permalink
Update protobuf-java to 3.21.6 (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Sep 14, 2022
1 parent d8efb55 commit b9bc27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -876,7 +876,7 @@ lazy val benchmark =
// "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
// For grpc-java
"io.grpc" % "grpc-protobuf" % GRPC_VERSION,
"com.google.protobuf" % "protobuf-java" % "3.21.5",
"com.google.protobuf" % "protobuf-java" % "3.21.6",
"com.chatwork" %% "scala-ulid" % "1.0.24"
)
// Compile / PB.targets := Seq(
Expand Down

0 comments on commit b9bc27c

Please sign in to comment.