Update protobuf-java to 4.31.1 (#1878)

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-06-01 09:21:19 +01:00 committed by GitHub
parent 197fb6e60e
commit 5e5f5d6366
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.0"
val protobufJavaVersion = "4.31.1"
val protocVersion = "29.3"
}