Skip to content

Commit 7f52d4d

Browse files
fix(deps): update micrometer to v1.16.5 (#2292)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [io.micrometer:micrometer-registry-prometheus](https://redirect.github.com/micrometer-metrics/micrometer) | `1.16.4` → `1.16.5` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.micrometer:micrometer-registry-prometheus/1.16.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.micrometer:micrometer-registry-prometheus/1.16.4/1.16.5?slim=true) | | [io.micrometer:micrometer-core](https://redirect.github.com/micrometer-metrics/micrometer) | `1.16.4` → `1.16.5` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.micrometer:micrometer-core/1.16.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.micrometer:micrometer-core/1.16.4/1.16.5?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/355) for more information. --- ### Release Notes <details> <summary>micrometer-metrics/micrometer (io.micrometer:micrometer-registry-prometheus)</summary> ### [`v1.16.5`](https://redirect.github.com/micrometer-metrics/micrometer/releases/tag/v1.16.5): 1.16.5 #### :lady\_beetle: Bug Fixes - Invalid reflection hint in micrometer-core for native GraalVM 25 build [#&#8203;7316](https://redirect.github.com/micrometer-metrics/micrometer/issues/7316) - ObservationGrpcClientInterceptor throws NPE when NameResolver returns empty authority [#&#8203;7380](https://redirect.github.com/micrometer-metrics/micrometer/issues/7380) - Wrong Nullability Information in OkHttpMetricsEventListener [#&#8203;7373](https://redirect.github.com/micrometer-metrics/micrometer/issues/7373) #### 🔨 Dependency Upgrades - Bump com.netflix.spectator:spectator-reg-atlas from 1.9.4 to 1.9.6 [#&#8203;7393](https://redirect.github.com/micrometer-metrics/micrometer/pull/7393) - Bump spring6 from 6.2.16 to 6.2.17 [#&#8203;7294](https://redirect.github.com/micrometer-metrics/micrometer/pull/7294) #### ❤️ Contributors Thank you to all the contributors who worked on this release: [@&#8203;Joowon-Seo](https://redirect.github.com/Joowon-Seo), and [@&#8203;ribafish](https://redirect.github.com/ribafish) </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 these updates 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/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 14cf81c commit 7f52d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jit-binding-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation("io.ktor:ktor-server-metrics-micrometer")
1717
implementation("io.ktor:ktor-client-core")
1818
implementation("io.ktor:ktor-client-cio")
19-
implementation("io.micrometer:micrometer-registry-prometheus:1.16.4")
19+
implementation("io.micrometer:micrometer-registry-prometheus:1.16.5")
2020

2121
implementation("com.sksamuel.aedile:aedile-core:3.0.3")
2222
implementation("io.github.oshai:kotlin-logging:8.0.01")

shared-internal/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
// we cannot use a BOM due to limitation in kotlin scripting when resolving the transitive KMM variant dependencies
1515
// note: see https://youtrack.jetbrains.com/issue/KT-67618
1616
api("io.ktor:ktor-client-core:3.4.2")
17-
api("io.micrometer:micrometer-core:1.16.4")
17+
api("io.micrometer:micrometer-core:1.16.5")
1818
implementation("io.ktor:ktor-client-cio:3.4.2")
1919
implementation("io.ktor:ktor-client-content-negotiation:3.4.2")
2020
implementation("io.ktor:ktor-client-logging:3.4.2")

0 commit comments

Comments
 (0)