Skip to content

Commit acdceb3

Browse files
fix(deps): update dependency io.micrometer:micrometer-registry-prometheus to v1.14.5 (#1851)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.micrometer:micrometer-registry-prometheus](https://redirect.github.com/micrometer-metrics/micrometer) | `1.14.4` -> `1.14.5` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.micrometer:micrometer-registry-prometheus/1.14.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.micrometer:micrometer-registry-prometheus/1.14.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.micrometer:micrometer-registry-prometheus/1.14.4/1.14.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.micrometer:micrometer-registry-prometheus/1.14.4/1.14.5?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.14.5`](https://redirect.github.com/micrometer-metrics/micrometer/releases/tag/v1.14.5): 1.14.5 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85350aa commit acdceb3

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
@@ -17,7 +17,7 @@ dependencies {
1717
implementation("io.ktor:ktor-server-call-logging")
1818
implementation("io.ktor:ktor-server-call-id")
1919
implementation("io.ktor:ktor-server-metrics-micrometer")
20-
implementation("io.micrometer:micrometer-registry-prometheus:1.14.4")
20+
implementation("io.micrometer:micrometer-registry-prometheus:1.14.5")
2121

2222
implementation("com.sksamuel.aedile:aedile-core:2.0.3")
2323
implementation("io.github.oshai:kotlin-logging:7.0.5")

0 commit comments

Comments
 (0)