Skip to content

Commit

Permalink
Update protobuf-java to 4.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Oct 23, 2024
1 parent 653d04d commit eb482bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,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.25.5",
"com.google.protobuf" % "protobuf-java" % "4.28.3",
("com.chatwork" %% "scala-ulid" % "1.0.24").cross(CrossVersion.for3Use2_13)
)
// Compile / PB.targets := Seq(
Expand Down

0 comments on commit eb482bf

Please sign in to comment.