Skip to content

Commit

Permalink
Bump io.micrometer:micrometer-registry-prometheus from 1.13.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.13.5 to 1.13.6.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.13.5...v1.13.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Oct 21, 2024
1 parent 7db2ed8 commit 96a7b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")

implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.0")
implementation("io.micrometer:micrometer-registry-prometheus:1.13.5")
implementation("io.micrometer:micrometer-registry-prometheus:1.13.6")
implementation("ch.qos.logback:logback-classic:1.5.8")
implementation("net.logstash.logback:logstash-logback-encoder:8.0")

Expand Down

0 comments on commit 96a7b08

Please sign in to comment.