Skip to content

Commit

Permalink
Bump io.prometheus:prometheus-metrics-core from 1.3.1 to 1.3.3
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.3.
- [Release notes](https://github.com/prometheus/client_java/releases)
- [Commits](prometheus/client_java@v1.3.1...v1.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent c9ae151 commit f4580e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jackson-dataformat-xml = { group = "com.fasterxml.jackson.dataformat", name = "j
micrometer-core = { group = "io.micrometer", name = "micrometer-core", version.ref = "micrometer"}
micrometer-registry-prometheus = { group = "io.micrometer", name = "micrometer-registry-prometheus", version.ref = "micrometer"}

prometheus-metrics-core = { group = "io.prometheus", name = "prometheus-metrics-core", version = "1.3.1"}
prometheus-metrics-core = { group = "io.prometheus", name = "prometheus-metrics-core", version = "1.3.3"}

kotest-assertions-core = { group = "io.kotest", name = "kotest-assertions-core", version.ref = "kotest"}
kotest-assertions-json = { group = "io.kotest", name = "kotest-assertions-json", version.ref = "kotest"}
Expand Down

0 comments on commit f4580e1

Please sign in to comment.