Skip to content

Commit

Permalink
Update protobuf-java to 3.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Sep 19, 2024
1 parent 55ab40e commit 9d765ff
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
@@ -1,6 +1,6 @@
ThisBuild / organization := "com.github.sbt"

lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.25.4" % Runtime // for scala-steward
lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.25.5" % Runtime // for scala-steward
lazy val grpc = "io.grpc" % "protoc-gen-grpc-java" % "1.62.2" % Runtime // for scala-steward

def scala212 = "2.12.20"
Expand Down

0 comments on commit 9d765ff

Please sign in to comment.