Skip to content

Commit ae632c0

Browse files
Update protobuf monorepo to v4.35.0
1 parent 60ba281 commit ae632c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bindings/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
the same major version. Consumers who pull a newer protobuf-java
4848
transitively are fine; consumers who downgrade to <4.34.2 will crash.
4949
-->
50-
<protobuf.version>4.34.2</protobuf.version>
50+
<protobuf.version>4.35.0</protobuf.version>
5151
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
5252
</properties>
5353

bindings/kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
the same major version. Consumers who pull a newer protobuf transitively
5050
are fine; consumers who downgrade to <4.34.2 will crash.
5151
-->
52-
<protobuf.version>4.34.2</protobuf.version>
52+
<protobuf.version>4.35.0</protobuf.version>
5353
<kotlin.version>2.0.21</kotlin.version>
5454
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
5555
</properties>

0 commit comments

Comments
 (0)