Skip to content

Commit

Permalink
Bump the be-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the be-dependencies group with 1 update: [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer).

- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.5...v1.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent e92a541 commit 15ba5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation("io.ktor:ktor-server-call-logging:2.3.6")
implementation("io.ktor:ktor-server-metrics-micrometer:2.3.6")
implementation("io.ktor:ktor-server-metrics-micrometer-jvm:2.3.6")
implementation("io.micrometer:micrometer-registry-prometheus:1.11.5")
implementation("io.micrometer:micrometer-registry-prometheus:1.12.0")
implementation("org.slf4j:slf4j-api:2.0.9")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("ch.qos.logback:logback-classic:1.4.11")
Expand Down

0 comments on commit 15ba5b7

Please sign in to comment.