From e1ef843a68c2b69e6a8593a0052f2e1c7b44c909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:10:32 +0000 Subject: [PATCH] build(deps): bump spectator-api from 1.0.9 to 1.5.0 Bumps [spectator-api](https://github.com/Netflix/spectator) from 1.0.9 to 1.5.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/compare/v1.0.9...v1.5.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] --- zuul-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul-core/build.gradle b/zuul-core/build.gradle index 9227a516..f3249974 100644 --- a/zuul-core/build.gradle +++ b/zuul-core/build.gradle @@ -12,7 +12,7 @@ dependencies { api 'com.fasterxml.jackson.core:jackson-databind:2.12.1' api "com.netflix.archaius:archaius-core:0.7.7" - api "com.netflix.spectator:spectator-api:1.0.9" + api "com.netflix.spectator:spectator-api:1.5.0" api "com.netflix.netflix-commons:netflix-commons-util:0.3.0" api project(":zuul-discovery")