Update protobuf-java to 4.32.1 (#2216)

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] 2025-09-14 09:11:21 +08:00 committed by GitHub
parent 4d7bc6899e
commit c0ffd72dec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ object Dependencies {
object Protobuf {
// https://protobuf.dev/support/version-support/
// protobuf-java 4.29 corresponds with protoc 29.x
val protobufJavaVersion = "4.32.0"
val protobufJavaVersion = "4.32.1"
val protocVersion = "32.0"
}