Skip to content

Commit 04afdbb

Browse files
committed
Use latest version
1 parent 26d4012 commit 04afdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/getting-started/lambda/lambda-java-auto-instr.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Metric auto instrumentation is supported in OpenTelemetry. You would have to ins
6060
1. Import the OpenTelemetry Java Metrics API into your dependency file
6161
```
6262
dependencies {
63-
implementation platform("io.opentelemetry:opentelemetry-bom:1.8.0")
63+
implementation platform("io.opentelemetry:opentelemetry-bom:1.19.0")
6464
implementation('io.opentelemetry:opentelemetry-api')
6565
}
6666
```

0 commit comments

Comments
 (0)