Skip to content

Commit

Permalink
Bump com.netflix.spectator:spectator-api from 1.7.+ to 1.8.0
Browse files Browse the repository at this point in the history
Bumps [com.netflix.spectator:spectator-api](https://github.com/Netflix/spectator) from 1.7.+ to 1.8.0.
- [Release notes](https://github.com/Netflix/spectator/releases)
- [Changelog](https://github.com/Netflix/spectator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Netflix/spectator/commits/v1.8.0)

---
updated-dependencies:
- dependency-name: com.netflix.spectator:spectator-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kilink committed Oct 14, 2024
1 parent 4e6100e commit 999fca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-dgs-spring-boot-micrometer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {

implementation("io.micrometer:micrometer-core")
implementation("commons-codec:commons-codec")
implementation("com.netflix.spectator:spectator-api:1.7.+")
implementation("com.netflix.spectator:spectator-api:1.8.+")
implementation("com.github.ben-manes.caffeine:caffeine")
implementation("org.springframework:spring-context-support")

Expand Down

0 comments on commit 999fca3

Please sign in to comment.