Skip to content

Commit

Permalink
Update protobuf-java-util to 3.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Sep 20, 2024
1 parent 11d24b5 commit 7fb7e54
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 @@ -192,7 +192,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
}
},
libraryDependencies ++= Seq(
"com.google.protobuf" % "protobuf-java-util" % "3.25.4" % "test"
"com.google.protobuf" % "protobuf-java-util" % "3.25.5" % "test"
)
)
.jsSettings(
Expand Down

0 comments on commit 7fb7e54

Please sign in to comment.