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 {
1111
1212dependencies {
1313 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 " )
1616
1717 testImplementation(" org.junit.jupiter:junit-jupiter:5.6.2" )
1818 testImplementation(" org.mockito:mockito-core:3.4.4" )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 implementation(" com.fasterxml.jackson.core:jackson-core:2.11.1" )
2424 implementation(" ch.qos.logback:logback-core:1.2.0" )
2525 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 " )
2727 implementation(" com.newrelic.agent.java:newrelic-api:7.6.0" )
2828
2929 includeInJar(project(" :forwarder" ))
You can’t perform that action at this time.
0 commit comments