File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 398398 <scope >import</scope >
399399 <type >pom</type >
400400 </dependency >
401+ <dependency >
402+ <groupId >io.perfmark</groupId >
403+ <artifactId >perfmark-api</artifactId >
404+ <version >${perfmark.version} </version >
405+ </dependency >
406+
401407
402408 <!-- Micrometer Core and Registries, imported as BOM -->
403409 <dependency >
Original file line number Diff line number Diff line change 8181 <hibernate-search .version>7.2.3.Final</hibernate-search .version>
8282
8383 <!-- Make sure to check compatibility between these 2 gRPC components before upgrade -->
84- <grpc .version>1.69.1</grpc .version> <!-- when updating, verify if com.google.auth should not be updated too -->
84+ <grpc .version>1.69.1</grpc .version> <!-- when updating, verify if following versions should not be updated too: -->
85+ <!-- com.google.auth -->
86+ <!-- perfmark.version https://central.sonatype.com/artifact/io.grpc/grpc-core -->
8587 <grpc-jprotoc .version>1.2.2</grpc-jprotoc .version>
8688 <protoc .version>3.25.5</protoc .version>
8789 <protobuf-java .version>${protoc.version} </protobuf-java .version>
8890 <protobuf-kotlin .version>4.29.3</protobuf-kotlin .version>
8991 <proto-google-common-protos .version>2.56.0</proto-google-common-protos .version>
92+ <perfmark .version>0.27.0</perfmark .version><!-- dependency of io.grpc:grpc-core not managed in io.grpc:grpc-bom -->
9093
9194 <!-- Used in the build parent and test BOM (for the junit 5 plugin) and in the BOM (for the API) -->
9295 <smallrye-certificate-generator .version>0.9.2</smallrye-certificate-generator .version>
You can’t perform that action at this time.
0 commit comments