Skip to content

Commit

Permalink
Merge pull request #1228 from dimagi/dependabot/gradle/formplayer/com…
Browse files Browse the repository at this point in the history
….datadoghq-dd-trace-api-1.10.0

Bump com.datadoghq:dd-trace-api from 0.64.0 to 1.10.0
  • Loading branch information
shubham1g5 authored Mar 3, 2023
2 parents 92fa00f + 2fa35aa commit 96115bb
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 96115bb

Please sign in to comment.