Skip to content

Commit c779b0e

Browse files
Update protobuf-java to 4.34.0 (#2703)
1 parent f61a9ec commit c779b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object Dependencies {
2121
object Protobuf {
2222
// https://protobuf.dev/support/version-support/
2323
// protobuf-java 4.x corresponds with protoc 26.x-33.x
24-
val protobufJavaVersion = "4.33.5"
24+
val protobufJavaVersion = "4.34.0"
2525
val protocVersion = "33.0"
2626
}
2727

0 commit comments

Comments
 (0)