Update protobuf-java to 4.32.0 (#2033)

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-08-17 02:10:07 +01:00 committed by GitHub
parent 97b3554871
commit 8eaa673721
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.31.1"
val protobufJavaVersion = "4.32.0"
val protocVersion = "29.3"
}