Skip to content

Commit 332b697

Browse files
Bump com.netflix.spectator:spectator-api from 1.8.+ to 1.9.2
Bumps [com.netflix.spectator:spectator-api](https://github.com/Netflix/spectator) from 1.8.+ to 1.9.2. - [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.9.2) --- updated-dependencies: - dependency-name: com.netflix.spectator:spectator-api dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0536318 commit 332b697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-dgs-spring-boot-micrometer/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependencies {
33

44
implementation("io.micrometer:micrometer-core")
55
implementation("commons-codec:commons-codec")
6-
implementation("com.netflix.spectator:spectator-api:1.8.+")
6+
implementation("com.netflix.spectator:spectator-api:1.9.+")
77
implementation("com.github.ben-manes.caffeine:caffeine")
88
implementation("org.springframework:spring-context-support")
99
implementation("org.springframework.boot:spring-boot-data-commons")

0 commit comments

Comments
 (0)