Skip to content

Commit e1b4054

Browse files
authored
Update to latest version (from 1.0.0) (#4361)
Not sure how frequently we want to update the docs like this, but it seemed that quite some time had passed.
1 parent 17a85bb commit e1b4054

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/manual-instrumentation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ use the `@WithSpan` annotation, also include the `opentelemetry-extension-annota
2828
<dependency>
2929
<groupId>io.opentelemetry</groupId>
3030
<artifactId>opentelemetry-api</artifactId>
31-
<version>1.0.0</version>
31+
<version>1.7.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>io.opentelemetry</groupId>
3535
<artifactId>opentelemetry-extension-annotations</artifactId>
36-
<version>1.0.0</version>
36+
<version>1.7.0</version>
3737
</dependency>
3838
</dependencies>
3939
```
@@ -42,8 +42,8 @@ use the `@WithSpan` annotation, also include the `opentelemetry-extension-annota
4242

4343
```groovy
4444
dependencies {
45-
implementation('io.opentelemetry:opentelemetry-api:1.0.0')
46-
implementation('io.opentelemetry:opentelemetry-extension-annotations:1.0.0')
45+
implementation('io.opentelemetry:opentelemetry-api:1.7.0')
46+
implementation('io.opentelemetry:opentelemetry-extension-annotations:1.7.0')
4747
}
4848
```
4949

0 commit comments

Comments
 (0)