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 ab1b740 commit 21b0f4cCopy full SHA for 21b0f4c
src/docs/getting-started/java-sdk/auto-instr.mdx
@@ -35,7 +35,7 @@ The ADOT Java Agent is also published in the following maven coordinates:
35
36
```kotlin lineNumbers=true
37
dependencies {
38
- implementation("software.amazon.opentelemetry:aws-opentelemetry-agent:1.32.1")
+ implementation("software.amazon.opentelemetry:aws-opentelemetry-agent:1.32.2")
39
}
40
```
41
@@ -44,7 +44,7 @@ dependencies {
44
<dependency>
45
<groupId>software.amazon.opentelemetry</groupId>
46
<artifactId>aws-opentelemetry-agent</artifactId>
47
- <version>1.32.1</version>
+ <version>1.32.2</version>
48
</dependency>
49
</dependencies>
50
0 commit comments