Skip to content

Commit

Permalink
Updating documentation to point to 1.32.2 (#718)
Browse files Browse the repository at this point in the history
IMPORTANT: DO NOT MERGE THIS PR YET.

Co-authored-by: bryan-aguilar <46550959+bryan-aguilar@users.noreply.github.com>
  • Loading branch information
thpierce and bryan-aguilar committed May 22, 2024
1 parent ab1b740 commit 21b0f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/getting-started/java-sdk/auto-instr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The ADOT Java Agent is also published in the following maven coordinates:

```kotlin lineNumbers=true
dependencies {
implementation("software.amazon.opentelemetry:aws-opentelemetry-agent:1.32.1")
implementation("software.amazon.opentelemetry:aws-opentelemetry-agent:1.32.2")
}
```

Expand All @@ -44,7 +44,7 @@ dependencies {
<dependency>
<groupId>software.amazon.opentelemetry</groupId>
<artifactId>aws-opentelemetry-agent</artifactId>
<version>1.32.1</version>
<version>1.32.2</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 21b0f4c

Please sign in to comment.