From 999fca34945148966256e5ae41001e0887440845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:34:27 +0000 Subject: [PATCH] Bump com.netflix.spectator:spectator-api from 1.7.+ to 1.8.0 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] --- graphql-dgs-spring-boot-micrometer/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-dgs-spring-boot-micrometer/build.gradle.kts b/graphql-dgs-spring-boot-micrometer/build.gradle.kts index 7e81968f8..027c82026 100644 --- a/graphql-dgs-spring-boot-micrometer/build.gradle.kts +++ b/graphql-dgs-spring-boot-micrometer/build.gradle.kts @@ -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")