From 3026b993160f6116f302c62712278a06589bc607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:47:09 +0000 Subject: [PATCH] Bump com.netflix.spectator:spectator-reg-atlas from 1.7.11 to 1.7.12 Bumps [com.netflix.spectator:spectator-reg-atlas](https://github.com/Netflix/spectator) from 1.7.11 to 1.7.12. - [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.7.11...v1.7.12) --- updated-dependencies: - dependency-name: com.netflix.spectator:spectator-reg-atlas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6581a3560a..13b5082154 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -76,7 +76,7 @@ reactor = "2022.0.18" rest-assured = "5.4.0" signalfx = "1.0.41" slf4j = "1.7.36" -spectator-atlas = "1.7.11" +spectator-atlas = "1.7.12" spring = "5.3.34" spring-javaformat = "0.0.41" testcontainers = "1.19.7"