Update protobuf-java to 3.25.4 (#1415)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2024-07-28 15:32:56 +08:00 committed by GitHub
parent 9c05d40254
commit 2adb783081
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ object Dependencies {
import DependencyHelpers._
object Protobuf {
val protobufJavaVersion = "3.25.3"
val protobufJavaVersion = "3.25.4"
val protocVersion = protobufJavaVersion
}