Skip to content

Commit 6168938

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update protobuf-java, protobuf-java-util to 3.25.7
1 parent 84c581d commit 6168938

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.6" % "test",
123-
"com.google.protobuf" % "protobuf-java" % "3.25.6" % "protobuf"
122+
"com.google.protobuf" % "protobuf-java-util" % "3.25.7" % "test",
123+
"com.google.protobuf" % "protobuf-java" % "3.25.7" % "protobuf"
124124
)
125125
)
126126
.jsSettings(

0 commit comments

Comments
 (0)