Skip to content

Commit

Permalink
Downgrade protobuf-java
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma committed Jul 23, 2024
1 parent 3045331 commit 13fbeb0
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.113.0",
"com.google.api.grpc" % "proto-google-common-protos" % "2.41.0",
"com.google.protobuf" % "protobuf-java" % "4.27.2"
"com.google.protobuf" % "protobuf-java" % "3.25.3"
).map(_ % "protobuf-src" intransitive ()) ++ Seq(
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf"
)
Expand Down

0 comments on commit 13fbeb0

Please sign in to comment.