Skip to content

Commit

Permalink
Update protobuf-java, protobuf-java-util to 3.25.4 (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 30, 2024
1 parent 0a52cfd commit cc32600
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 @@ -17,7 +17,7 @@ ThisBuild / scalacOptions ++= Seq("-deprecation") ++ {

ThisBuild / publishTo := sonatypePublishToBundle.value

val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.3"
val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.4"

libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion,
Expand Down

0 comments on commit cc32600

Please sign in to comment.