Skip to content

Commit d84250c

Browse files
authored
Merge pull request #59 from newrelic/update-telemetry-sdk
Update to TelemetrySDK 0.13.2 to address CVE-2022-25647
2 parents 9e18d3d + efedfe6 commit d84250c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

forwarder/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repositories {
1111

1212
dependencies {
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")

logback/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"))

0 commit comments

Comments
 (0)