Skip to content

Commit 259815e

Browse files
Update protobuf-java, protobuf-java-util to 3.25.5 (#473)
1 parent 0949b24 commit 259815e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ThisBuild / scalacOptions ++= Seq("-deprecation") ++ {
1717

1818
ThisBuild / publishTo := sonatypePublishToBundle.value
1919

20-
val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.4"
20+
val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.5"
2121

2222
libraryDependencies ++= Seq(
2323
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion,

0 commit comments

Comments
 (0)