File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ repositories {
11
11
12
12
dependencies {
13
13
implementation(" com.newrelic.agent.java:newrelic-api:7.6.0" )
14
- implementation(" com.newrelic.telemetry:telemetry-core:0.13.1 " )
15
- implementation(" com.newrelic.telemetry:telemetry-http-okhttp:0.13.1 " )
14
+ implementation(" com.newrelic.telemetry:telemetry-core:0.13.2 " )
15
+ implementation(" com.newrelic.telemetry:telemetry-http-okhttp:0.13.2 " )
16
16
17
17
testImplementation(" org.junit.jupiter:junit-jupiter:5.6.2" )
18
18
testImplementation(" org.mockito:mockito-core:3.4.4" )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
implementation(" com.fasterxml.jackson.core:jackson-core:2.11.1" )
24
24
implementation(" ch.qos.logback:logback-core:1.2.0" )
25
25
implementation(" ch.qos.logback:logback-classic:1.2.0" )
26
- implementation(" com.newrelic.telemetry:telemetry-core:0.13.1 " )
26
+ implementation(" com.newrelic.telemetry:telemetry-core:0.13.2 " )
27
27
implementation(" com.newrelic.agent.java:newrelic-api:7.6.0" )
28
28
29
29
includeInJar(project(" :forwarder" ))
You can’t perform that action at this time.
0 commit comments