Skip to content

Commit

Permalink
Bump io.prometheus:prometheus-metrics-core from 1.3.1 to 1.3.2 (#183)
Browse files Browse the repository at this point in the history
Bumps [io.prometheus:prometheus-metrics-core](https://github.com/prometheus/client_java) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/prometheus/client_java/releases)
- [Commits](prometheus/client_java@v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: io.prometheus:prometheus-metrics-core
  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 Oct 21, 2024
1 parent df1f48a commit 4f4c80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ application {
dependencies {
implementation(project(":modell"))
implementation(libs.dp.biblioteker.oauth2.klient)
implementation("io.prometheus:prometheus-metrics-core:1.3.1")
implementation("io.prometheus:prometheus-metrics-core:1.3.2")
implementation(libs.rapids.and.rivers)
implementation("io.getunleash:unleash-client-java:9.2.4")

Expand Down

0 comments on commit 4f4c80b

Please sign in to comment.