From 284c997e3c69f016f5fe56066ee74de6d72912ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 02:09:32 +0000 Subject: [PATCH] Bump braveVersion from 5.14.0 to 5.14.1 Bumps `braveVersion` from 5.14.0 to 5.14.1. Updates `brave-instrumentation-http` from 5.14.0 to 5.14.1 Updates `brave-instrumentation-http-tests` from 5.14.0 to 5.14.1 --- updated-dependencies: - dependency-name: io.zipkin.brave:brave-instrumentation-http dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.zipkin.brave:brave-instrumentation-http-tests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5332deee1e..06520bd7a3 100644 --- a/build.gradle +++ b/build.gradle @@ -86,7 +86,7 @@ ext { //Metrics micrometerVersion = '1.5.0' //optional baseline: technically could work with 1.2.x, should work with any 1.3.x - braveVersion = '5.14.0' + braveVersion = '5.14.1' jsr305Version = '3.0.2'