From abb2b6a282b319a1c7f61a3d20d9059c103c3874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 12:05:15 +0000 Subject: [PATCH] build(deps): bump spectator-api from 1.0.9 to 1.5.1 Bumps [spectator-api](https://github.com/Netflix/spectator) from 1.0.9 to 1.5.1. - [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.1) --- 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..58931c75 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.1" api "com.netflix.netflix-commons:netflix-commons-util:0.3.0" api project(":zuul-discovery")