Skip to content

Commit

Permalink
Bump io.micrometer:micrometer-registry-prometheus from 1.12.4 to 1.12…
Browse files Browse the repository at this point in the history
….5 (#349)

Bumps [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) from 1.12.4 to 1.12.5.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.4...v1.12.5)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 5919413 commit 04570f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-webflux")

implementation("io.micrometer:micrometer-registry-prometheus:1.12.4")
implementation("io.micrometer:micrometer-registry-prometheus:1.12.5")
implementation("no.nav.security:token-validation-spring:$tokenSupportVersion")
implementation("org.springframework.kafka:spring-kafka") {
exclude(group = "log4j", module = "log4j")
Expand Down

0 comments on commit 04570f5

Please sign in to comment.