We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31576b6 commit 09d5078Copy full SHA for 09d5078
modules/apm/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
implementation "io.opentelemetry:opentelemetry-api:${otelVersion}"
21
implementation "io.opentelemetry:opentelemetry-context:${otelVersion}"
22
implementation "io.opentelemetry:opentelemetry-semconv:${otelSemconvVersion}"
23
- runtimeOnly "co.elastic.apm:elastic-apm-agent:1.52.1"
+ runtimeOnly "co.elastic.apm:elastic-apm-agent:1.52.2"
24
25
javaRestTestImplementation project(':modules:apm')
26
javaRestTestImplementation project(':test:framework')
0 commit comments