Skip to content

Commit 8044f69

Browse files
Update protobuf-java to 4.35.0 (#2982)
1 parent ccbef5b commit 8044f69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object Dependencies {
2222
// https://protobuf.dev/support/version-support/
2323
// The protoc version can be inferred from the Protobuf Java minor version number.
2424
// Example: Protobuf Java version 3.25.x uses protoc version 25.x.
25-
val protobufJavaVersion = "4.34.1"
25+
val protobufJavaVersion = "4.35.0"
2626
val protocVersion = "34.1"
2727
}
2828

0 commit comments

Comments
 (0)