Skip to content

Commit

Permalink
build(deps): bump io.micrometer:micrometer-core from 1.13.4 to 1.13.5
Browse files Browse the repository at this point in the history
Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.13.4 to 1.13.5.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.13.4...v1.13.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent c721928 commit 0d2baf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation("org.flywaydb:flyway-database-postgresql")
implementation("org.springframework.session:spring-session-core")

implementation("io.micrometer:micrometer-core:1.13.4")
implementation("io.micrometer:micrometer-core:1.13.5")
implementation("io.micrometer:micrometer-registry-prometheus:1.13.5")
implementation("net.ttddyy.observation:datasource-micrometer:1.0.5")

Expand Down

0 comments on commit 0d2baf6

Please sign in to comment.