Skip to content

Commit

Permalink
Update docs to reflect java 1.16.0 release (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Jul 13, 2022
1 parent 3d8a59e commit 1d85efb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/instrumentation/java/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ using our BOM to keep the versions of the various components in sync.
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-bom</artifactId>
<version>1.15.0</version>
<version>1.16.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -65,7 +65,7 @@ using our BOM to keep the versions of the various components in sync.

```kotlin
dependencies {
implementation(platform("io.opentelemetry:opentelemetry-bom:1.15.0"))
implementation(platform("io.opentelemetry:opentelemetry-bom:1.16.0"))
implementation("io.opentelemetry:opentelemetry-api")
}
```
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/instrumentation/java/automatic/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library to use the `@WithSpan` annotation.
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-extension-annotations</artifactId>
<version>1.15.0</version>
<version>1.16.0</version>
</dependency>
</dependencies>
```
Expand All @@ -30,7 +30,7 @@ library to use the `@WithSpan` annotation.

```groovy
dependencies {
implementation('io.opentelemetry:opentelemetry-extension-annotations:1.15.0')
implementation('io.opentelemetry:opentelemetry-extension-annotations:1.16.0')
}
```

Expand Down

0 comments on commit 1d85efb

Please sign in to comment.