Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
the same major version. Consumers who pull a newer protobuf-java
transitively are fine; consumers who downgrade to <4.34.2 will crash.
-->
<protobuf.version>4.34.2</protobuf.version>
<protobuf.version>4.35.0</protobuf.version>
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion bindings/kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
the same major version. Consumers who pull a newer protobuf transitively
are fine; consumers who downgrade to <4.34.2 will crash.
-->
<protobuf.version>4.34.2</protobuf.version>
<protobuf.version>4.35.0</protobuf.version>
<kotlin.version>2.0.21</kotlin.version>
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
</properties>
Expand Down