Skip to content
Closed
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 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<protoc.version>3.25.5</protoc.version>
<protobuf-java.version>${protoc.version}</protobuf-java.version>
<protobuf-kotlin.version>${protoc.version}</protobuf-kotlin.version>
<proto-google-common-protos.version>2.60.0</proto-google-common-protos.version>
<proto-google-common-protos.version>2.61.1</proto-google-common-protos.version>
<perfmark.version>0.27.0</perfmark.version><!-- dependency of io.grpc:grpc-core not managed in io.grpc:grpc-bom -->

<!-- Used in the build parent and test BOM (for the junit 5 plugin) and in the BOM (for the API) -->
Expand Down
Loading