dependabot[bot] opened a new pull request, #15908:
URL: https://github.com/apache/dubbo/pull/15908

   Bumps 
[io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer)
 from 1.15.4 to 1.16.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/micrometer-metrics/micrometer/releases";>io.micrometer:micrometer-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.16.1</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Don't filter log events in LogbackMetricsBenchmark <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6891";>#6891</a></li>
   <li>Return value nullability is incorrect on function wrapper methods <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6869";>#6869</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Add link to the latest Micrometer Team talk <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6881";>#6881</a></li>
   <li>Document JSpecify dependency <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6886";>#6886</a></li>
   <li>Make cross-references more consistent in the docs <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6915";>#6915</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6877";>#6877</a></li>
   <li>Bump com.netflix.spectator:spectator-reg-atlas from 1.9.1 to 1.9.2 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6904";>#6904</a></li>
   <li>Bump com.uber.nullaway:nullaway from 0.12.12 to 0.12.14 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6937";>#6937</a></li>
   <li>Bump grpc from 1.76.0 to 1.76.1 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6902";>#6902</a></li>
   <li>Bump io.freefair.aspectj.post-compile-weaving from 8.14.2 to 8.14.3 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6876";>#6876</a></li>
   <li>Bump io.prometheus:prometheus-metrics-bom from 1.4.2 to 1.4.3 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6868";>#6868</a></li>
   <li>Bump spring6 from 6.2.12 to 6.2.14 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6890";>#6890</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/MiLabuda";><code>@​MiLabuda</code></a>, <a 
href="https://github.com/izeye";><code>@​izeye</code></a>, and <a 
href="https://github.com/ngocnhan-tran1996";><code>@​ngocnhan-tran1996</code></a></p>
   <h2>1.16.0</h2>
   <p>We upgraded the Prometheus Java Client to <code>1.4.x</code> (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6830";>#6830</a>)
 which brings support for Unicode which includes some behavioral change in 
naming conventions, see the <a 
href="https://github.com/micrometer-metrics/micrometer/wiki/1.16-Migration-Guide";>1.16
 Migration-Guide</a>.</p>
   <h2>:warning: Noteworthy</h2>
   <ul>
   <li>Deprecate the Wavefront module <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6328";>#6328</a></li>
   <li>Remove deprecated io.micrometer.core.lang annotations <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6407";>#6407</a></li>
   <li>Register JCache <code>cache.removals</code> as a FunctionCounter by 
default <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/2754";>#2754</a></li>
   <li>Improve no-op behavior of the Observation API <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6700";>#6700</a></li>
   </ul>
   <h2>:star: New Features</h2>
   <ul>
   <li>Support KeyValues with annotations when using 
<code>ObservedAspect</code>/<code>@Observed</code> <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/4030";>#4030</a></li>
   <li>Validate low cardinality keys <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6713";>#6713</a></li>
   <li>Add counter for total loaded classes <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3561";>#3561</a></li>
   <li>Add eventexecutor.workers metrics for Netty <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6375";>#6375</a></li>
   <li>Avoid DistributionStatisticsConfig creation when retrieving timers <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6661";>#6661</a></li>
   <li>Avoid capturing lambda allocation when retrieving existing meters <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6670";>#6670</a></li>
   <li>Introduce MeterConvention <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6710";>#6710</a></li>
   <li>OpenTelemetry Semantic Conventions for JVM metrics <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5286";>#5286</a></li>
   <li>Add MeterFilter.forMeters utility method <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6594";>#6594</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/0550e769cb9b4f15cff86c1e503fce8ae03ef84f";><code>0550e76</code></a>
 Merge branch '1.15.x' into 1.16.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/e8dd176ffe60d6ea068c7f536e5662278499cd8f";><code>e8dd176</code></a>
 Merge branch '1.14.x' into 1.15.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/d8a46b5a7080738e6f9afd623cfdfcf984f44185";><code>d8a46b5</code></a>
 Fixed flaky test for mongo client (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6924";>#6924</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/0bbe73b0f447ca5ca94e1d2b621eda83d7735477";><code>0bbe73b</code></a>
 Bump com.uber.nullaway:nullaway from 0.12.13 to 0.12.14 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6937";>#6937</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/d0b368dbbc1cd8511f693e7be97810978f67787d";><code>d0b368d</code></a>
 Polish <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6612";>gh-6612</a>
 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6932";>#6932</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/aa9eac0d31acb389a03be50f266bc968c8ef207f";><code>aa9eac0</code></a>
 Bump com.uber.nullaway:nullaway from 0.12.12 to 0.12.13 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6930";>#6930</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/57bd4ff8ebb64d941ece6d9fb04d2c921bd77ac1";><code>57bd4ff</code></a>
 Merge branch '1.15.x' into 1.16.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/11d8fb1f8081098ad91efc40ea8902b9113d03d3";><code>11d8fb1</code></a>
 Merge branch '1.14.x' into 1.15.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/5779b09fcb1d5266c614b50ecefe1ad42264b3c2";><code>5779b09</code></a>
 Backport fixing typos in docs</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/8b88e43a98221f50f56d43cdd5b0eafb986e835b";><code>8b88e43</code></a>
 Merge branch '1.15.x' into 1.16.x</li>
   <li>Additional commits viewable in <a 
href="https://github.com/micrometer-metrics/micrometer/compare/v1.15.4...v1.16.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.micrometer:micrometer-core&package-manager=maven&previous-version=1.15.4&new-version=1.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to