Skip to content

Commit a2d94de

Browse files
chore(deps): update dependency micrometer-metrics/micrometer to v1.17.1 (#2398)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [micrometer-metrics/micrometer](https://redirect.github.com/micrometer-metrics/micrometer) | patch | `v1.17.0` → `v1.17.1` | --- ### Release Notes <details> <summary>micrometer-metrics/micrometer (micrometer-metrics/micrometer)</summary> ### [`v1.17.1`](https://redirect.github.com/micrometer-metrics/micrometer/releases/tag/v1.17.1): 1.17.1 [Compare Source](https://redirect.github.com/micrometer-metrics/micrometer/compare/v1.17.0...v1.17.1) ##### :lady\_beetle: Bug Fixes - ClassNotFoundException: org.LatencyUtils.PauseDetector is thrown when introspecting AbstractTimer [#&#8203;7815](https://redirect.github.com/micrometer-metrics/micrometer/issues/7815) - Prometheus custom meters: creation timestamps are incorrect [#&#8203;7798](https://redirect.github.com/micrometer-metrics/micrometer/issues/7798) - Fix memory leak/NPE in MicrometerHttpClientInterceptor (HC4 & HC5) - Sanitize line terminators in Dogstatsd, Etsy StatsD, and LoggingMeterRegistry ##### 🔨 Dependency Upgrades - Bump io.netty:netty-bom from 4.2.15.Final to 4.2.17.Final [#&#8203;7822](https://redirect.github.com/micrometer-metrics/micrometer/pull/7822) - Bump software.amazon.awssdk:cloudwatch from 2.46.6 to 2.46.21 [#&#8203;7705](https://redirect.github.com/micrometer-metrics/micrometer/pull/7705) ##### 📝 Tasks - Fix ineffective ExemplarSampler cache in DefaultExemplarSamplerFactory [#&#8203;7657](https://redirect.github.com/micrometer-metrics/micrometer/pull/7657) - Note micrometer-jetty11 deprecation in the artifact description [#&#8203;7651](https://redirect.github.com/micrometer-metrics/micrometer/issues/7651) ##### ❤️ Contributors Thank you to all the contributors who worked on this release: [@&#8203;arimu1](https://redirect.github.com/arimu1), [@&#8203;kalayciburak](https://redirect.github.com/kalayciburak) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zNS40IiwidXBkYXRlZEluVmVyIjoiNDQuMzUuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfeba03 commit a2d94de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/micrometer-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: upstream
1919
repository: micrometer-metrics/micrometer
2020
# renovate: datasource=github-releases depName=micrometer-metrics/micrometer packageName=micrometer-metrics/micrometer
21-
ref: v1.17.0
21+
ref: v1.17.1
2222
- name: typed-descriptor
2323
# TODO: remove this temporary opt-in leg once Micrometer switches the
2424
# Prometheus client integration to typed descriptors by default.

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ LGTM_VERSION = "0.30.2"
4040
# renovate: datasource=github-tags depName=prometheus/jmx_exporter versioning=semver-coerced
4141
DEFAULT_JMX_EXPORTER_VERSION = "v1.6.0"
4242
# renovate: datasource=github-tags depName=micrometer-metrics/micrometer versioning=semver-coerced
43-
DEFAULT_MICROMETER_VERSION = "v1.17.0"
43+
DEFAULT_MICROMETER_VERSION = "v1.17.1"
4444

4545
[tasks.ci]
4646
description = "CI Build"

0 commit comments

Comments
 (0)