diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 5396321cc4..d284a4b7d9 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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" }