Skip to content

Commit

Permalink
Update protobuf-java to 4.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 21, 2024
1 parent a8861c5 commit b6aea08
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 @@ -115,7 +115,7 @@ object Dependencies {

val scalapbRuntime = "com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion % "protobuf"

val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.5" % "protobuf"
val protobufJava = "com.google.protobuf" % "protobuf-java" % "4.29.2" % "protobuf"

val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"

Expand Down

0 comments on commit b6aea08

Please sign in to comment.