Skip to content

Commit

Permalink
Update protobuf-java-util to 3.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Feb 16, 2024
1 parent 6240779 commit f1cb24c
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.2" % "test"
"com.google.protobuf" % "protobuf-java-util" % "3.25.3" % "test"
)
)
.jsSettings(
Expand Down

0 comments on commit f1cb24c

Please sign in to comment.