File tree Expand file tree Collapse file tree
central-space/cloud-cap-samples-java/srv
personal-space/cloud-cap-samples-java/srv Expand file tree Collapse file tree Original file line number Diff line number Diff line change 172172 <dependency >
173173 <groupId >org.springframework.boot</groupId >
174174 <artifactId >spring-boot-starter-actuator</artifactId >
175+ <exclusions >
176+ <!-- SECURITY: HdrHistogram 2.2.2 has LOW CVEs; no newer release on Maven Central.
177+ Percentile histograms are not used in this app, so micrometer-core works without it. -->
178+ <exclusion >
179+ <groupId >org.hdrhistogram</groupId >
180+ <artifactId >HdrHistogram</artifactId >
181+ </exclusion >
182+ </exclusions >
175183 </dependency >
176184
177185 <dependency >
Original file line number Diff line number Diff line change 172172 <dependency >
173173 <groupId >org.springframework.boot</groupId >
174174 <artifactId >spring-boot-starter-actuator</artifactId >
175+ <exclusions >
176+ <!-- SECURITY: HdrHistogram 2.2.2 has LOW CVEs; no newer release on Maven Central.
177+ Percentile histograms are not used in this app, so micrometer-core works without it. -->
178+ <exclusion >
179+ <groupId >org.hdrhistogram</groupId >
180+ <artifactId >HdrHistogram</artifactId >
181+ </exclusion >
182+ </exclusions >
175183 </dependency >
176184
177185 <dependency >
You can’t perform that action at this time.
0 commit comments