Skip to content

Commit 7b1f14c

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update protobuf-java, protobuf-java-util to 3.25.5
1 parent 468f8d5 commit 7b1f14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ val scalapbCirce = crossProject(JVMPlatform, JSPlatform, NativePlatform)
119119
scalapb.gen(javaConversions = true, scala3Sources = scalapbScala3Sources.value) -> (Test / sourceManaged).value
120120
),
121121
libraryDependencies ++= Seq(
122-
"com.google.protobuf" % "protobuf-java-util" % "3.25.4" % "test",
123-
"com.google.protobuf" % "protobuf-java" % "3.25.4" % "protobuf"
122+
"com.google.protobuf" % "protobuf-java-util" % "3.25.5" % "test",
123+
"com.google.protobuf" % "protobuf-java" % "3.25.5" % "protobuf"
124124
)
125125
)
126126
.jsSettings(

0 commit comments

Comments
 (0)