Skip to content

Commit

Permalink
Bump io.micrometer:micrometer-registry-prometheus from 1.12.5 to 1.13.6
Browse files Browse the repository at this point in the history
Bumps [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) from 1.12.5 to 1.13.6.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.5...v1.13.6)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 881a0d5 commit 5be03cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dp-inntekt-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation(libs.ktor.server.auth.jwt)
implementation(libs.ktor.server.metrics.micrometer)

implementation("io.micrometer:micrometer-registry-prometheus:1.12.5")
implementation("io.micrometer:micrometer-registry-prometheus:1.13.6")

implementation("com.expediagroup:graphql-kotlin-client:$expediaGraphqlVersion")
implementation("com.expediagroup:graphql-kotlin-ktor-client:$expediaGraphqlVersion")
Expand Down

0 comments on commit 5be03cc

Please sign in to comment.