Skip to content

Commit

Permalink
Update java docs to point to 1.10.1 release (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Jan 22, 2022
1 parent 09822ce commit ba9528c
Showing 1 changed file with 2 additions and 2 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 @@ -55,7 +55,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.10.0</version>
<version>1.10.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -74,7 +74,7 @@ using our BOM to keep the versions of the various components in sync.

```kotlin
dependencies {
implementation(platform("io.opentelemetry:opentelemetry-bom:1.10.0"))
implementation(platform("io.opentelemetry:opentelemetry-bom:1.10.1"))
implementation("io.opentelemetry:opentelemetry-api")
}
```
Expand Down

0 comments on commit ba9528c

Please sign in to comment.