From 85982745458aaa1cb17df2baf7ac16823fd415ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 09:55:01 +0300 Subject: [PATCH] Bump braveVersion from 5.14.0 to 5.14.1 (#2521) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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'