Skip to content

Commit

Permalink
Bump com.datadoghq:dd-trace-api from 0.64.0 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [com.datadoghq:dd-trace-api](https://github.com/datadog/dd-trace-java) from 0.64.0 to 1.10.0.
- [Release notes](https://github.com/datadog/dd-trace-java/releases)
- [Commits](DataDog/dd-trace-java@v0.64.0...v1.10.0)

---
updated-dependencies:
- dependency-name: com.datadoghq:dd-trace-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 2, 2023
1 parent 2eeaba3 commit 2fa35aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
implementation 'com.google.guava:guava:30.1.1-jre'
implementation 'io.opentracing:opentracing-api:0.33.0'
implementation 'io.opentracing:opentracing-util:0.33.0'
implementation 'com.datadoghq:dd-trace-api:1.2.0'
implementation 'com.datadoghq:dd-trace-api:1.10.0'

cliImplementation 'org.json:json:20140107'
cliImplementation 'com.github.stefanhaustein:kxml2:2.4.1'
Expand All @@ -91,7 +91,7 @@ dependencies {
cliImplementation 'com.squareup.retrofit2:retrofit:2.3.0'
cliImplementation 'com.squareup.okhttp3:okhttp:4.4.1'
cliImplementation 'com.google.guava:guava:30.1.1-jre'
cliImplementation 'com.datadoghq:dd-trace-api:0.64.0'
cliImplementation 'com.datadoghq:dd-trace-api:1.10.0'

testImplementation sourceSets.main.output
testImplementation sourceSets.ccapi.output
Expand All @@ -117,7 +117,7 @@ dependencies {
ccapiImplementation 'com.google.guava:guava:30.1.1-jre'
ccapiImplementation 'io.opentracing:opentracing-api:0.33.0'
ccapiImplementation 'io.opentracing:opentracing-util:0.33.0'
ccapiImplementation 'com.datadoghq:dd-trace-api:0.64.0'
ccapiImplementation 'com.datadoghq:dd-trace-api:1.10.0'

translateImplementation 'com.github.stefanhaustein:kxml2:2.4.1'
translateImplementation 'xpp3:xpp3:1.1.4c'
Expand Down

0 comments on commit 2fa35aa

Please sign in to comment.