Skip to content

Commit 4deb9dc

Browse files
fix(deps): update dependency io.micrometer:micrometer-registry-prometheus to v1.15.3 (#2046)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.micrometer:micrometer-registry-prometheus](https://redirect.github.com/micrometer-metrics/micrometer) | `1.15.2` -> `1.15.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.micrometer:micrometer-registry-prometheus/1.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.micrometer:micrometer-registry-prometheus/1.15.2/1.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>micrometer-metrics/micrometer (io.micrometer:micrometer-registry-prometheus)</summary> ### [`v1.15.3`](https://redirect.github.com/micrometer-metrics/micrometer/releases/tag/v1.15.3): 1.15.3 #### :lady\_beetle: Bug Fixes - Catch IllegalArgumentException in VirtualThreadMetrics [#&#8203;6584](https://redirect.github.com/micrometer-metrics/micrometer/pull/6584) - Handle ArrayIndexOutOfBoundsException from DoubleHistogram in TimeWindowPercentileHistogram.accumulate() defensively [#&#8203;6563](https://redirect.github.com/micrometer-metrics/micrometer/pull/6563) - Sync OutputCapture from Spring Boot [#&#8203;6608](https://redirect.github.com/micrometer-metrics/micrometer/pull/6608) #### 🔨 Dependency Upgrades - Bump jersey3 from 3.1.10 to 3.1.11 [#&#8203;6607](https://redirect.github.com/micrometer-metrics/micrometer/pull/6607) - Bump com.netflix.spectator:spectator-reg-atlas from 1.8.16 to 1.8.17 [#&#8203;6600](https://redirect.github.com/micrometer-metrics/micrometer/pull/6600) - Bump io.netty:netty-bom from 4.1.122.Final to 4.1.123.Final [#&#8203;6537](https://redirect.github.com/micrometer-metrics/micrometer/pull/6537) #### ❤️ Contributors Thank you to all the contributors who worked on this release: [@&#8203;genuss](https://redirect.github.com/genuss) and [@&#8203;izeye](https://redirect.github.com/izeye) </details> --- ### Configuration 📅 **Schedule**: 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/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ff9e49 commit 4deb9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jit-binding-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation("io.ktor:ktor-server-call-logging")
1515
implementation("io.ktor:ktor-server-call-id")
1616
implementation("io.ktor:ktor-server-metrics-micrometer")
17-
implementation("io.micrometer:micrometer-registry-prometheus:1.15.2")
17+
implementation("io.micrometer:micrometer-registry-prometheus:1.15.3")
1818

1919
implementation("com.sksamuel.aedile:aedile-core:2.1.2")
2020
implementation("io.github.oshai:kotlin-logging:7.0.12")

0 commit comments

Comments
 (0)