Skip to content

Commit

Permalink
Update protobuf-java to 4.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
permutive-steward[bot] committed Jun 1, 2024
1 parent 4cd3165 commit 69a65f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Dependencies {
lazy val grpc = Seq(
"com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.111.7",
"com.google.api.grpc" % "proto-google-common-protos" % "2.39.1",
"com.google.protobuf" % "protobuf-java" % "3.25.3"
"com.google.protobuf" % "protobuf-java" % "4.27.0"
).map(_ % "protobuf-src" intransitive ()) ++ Seq(
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf"
)
Expand Down

0 comments on commit 69a65f9

Please sign in to comment.