From 3d24e3fa1cc75fe234d036741ff3eef22bb4464f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 12:30:01 +0000 Subject: [PATCH] build(deps): bump spectator-api from 1.0.9 to 1.3.7 Bumps [spectator-api](https://github.com/Netflix/spectator) from 1.0.9 to 1.3.7. - [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.3.7) --- 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..007d8a28 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.3.7" api "com.netflix.netflix-commons:netflix-commons-util:0.3.0" api project(":zuul-discovery")