Skip to content

Commit

Permalink
Update protobuf-java to 3.21.7 (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Sep 30, 2022
1 parent 71f239a commit 2c591b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -849,7 +849,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.6",
"com.google.protobuf" % "protobuf-java" % "3.21.7",
"com.chatwork" %% "scala-ulid" % "1.0.24"
)
// Compile / PB.targets := Seq(
Expand Down

0 comments on commit 2c591b1

Please sign in to comment.