Skip to content

Commit 21b0f4c

Browse files
Updating documentation to point to 1.32.2 (#718)
IMPORTANT: DO NOT MERGE THIS PR YET. Co-authored-by: bryan-aguilar <[email protected]>
1 parent ab1b740 commit 21b0f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The ADOT Java Agent is also published in the following maven coordinates:
3535

3636
```kotlin lineNumbers=true
3737
dependencies {
38-
implementation("software.amazon.opentelemetry:aws-opentelemetry-agent:1.32.1")
38+
implementation("software.amazon.opentelemetry:aws-opentelemetry-agent:1.32.2")
3939
}
4040
```
4141

@@ -44,7 +44,7 @@ dependencies {
4444
<dependency>
4545
<groupId>software.amazon.opentelemetry</groupId>
4646
<artifactId>aws-opentelemetry-agent</artifactId>
47-
<version>1.32.1</version>
47+
<version>1.32.2</version>
4848
</dependency>
4949
</dependencies>
5050
```

0 commit comments

Comments
 (0)