Update protobuf-java to 4.31.0 (#1852)

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-05-18 10:57:49 +01:00 committed by GitHub
parent 733ab5dd90
commit e308cf5e10
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.30.2"
val protobufJavaVersion = "4.31.0"
val protocVersion = "29.3"
}