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 398
398
<scope >import</scope >
399
399
<type >pom</type >
400
400
</dependency >
401
+ <dependency >
402
+ <groupId >io.perfmark</groupId >
403
+ <artifactId >perfmark-api</artifactId >
404
+ <version >${perfmark.version} </version >
405
+ </dependency >
406
+
401
407
402
408
<!-- Micrometer Core and Registries, imported as BOM -->
403
409
<dependency >
Original file line number Diff line number Diff line change 81
81
<hibernate-search .version>7.2.3.Final</hibernate-search .version>
82
82
83
83
<!-- 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 -->
85
87
<grpc-jprotoc .version>1.2.2</grpc-jprotoc .version>
86
88
<protoc .version>3.25.5</protoc .version>
87
89
<protobuf-java .version>${protoc.version} </protobuf-java .version>
88
90
<protobuf-kotlin .version>4.29.3</protobuf-kotlin .version>
89
91
<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 -->
90
93
91
94
<!-- Used in the build parent and test BOM (for the junit 5 plugin) and in the BOM (for the API) -->
92
95
<smallrye-certificate-generator .version>0.9.2</smallrye-certificate-generator .version>
You can’t perform that action at this time.
0 commit comments