Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.zipkin.brave:brave from 5.6.0 to 5.15.0 in /trace-java-client #278

Open
wants to merge 1 commit into
base: terraform
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump io.zipkin.brave:brave from 5.6.0 to 5.15.0 in /trace-java-client
Bumps [io.zipkin.brave:brave](https://github.com/openzipkin/brave) from 5.6.0 to 5.15.0.
- [Release notes](https://github.com/openzipkin/brave/releases)
- [Changelog](https://github.com/openzipkin/brave/blob/master/RELEASE.md)
- [Commits](openzipkin/brave@5.6.0...5.15.0)

---
updated-dependencies:
- dependency-name: io.zipkin.brave:brave
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2023
commit e91f070f24a10980800a85e91f1a7ea28a4a0b52
2 changes: 1 addition & 1 deletion trace-java-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation group: 'io.jaegertracing', name: 'jaeger-thrift', version: '1.7.0'
implementation group: 'io.zipkin.zipkin2', name: 'zipkin', version: '2.23.16'
implementation group: 'io.zipkin.reporter2', name: 'zipkin-sender-okhttp3', version: '2.16.3'
implementation group: 'io.zipkin.brave', name: 'brave', version: '5.6.0'
implementation group: 'io.zipkin.brave', name: 'brave', version: '5.15.0'

}

Expand Down