Skip to content

Commit 005cab2

Browse files
committed
Update test implementation dependencies
1 parent 3b1681e commit 005cab2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gradle/dependencies.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ dependencies {
77
testImplementation 'io.opentelemetry:opentelemetry-api:1.37.0'
88
testImplementation 'io.opentelemetry:opentelemetry-context:1.37.0'
99
testImplementation 'io.github.std-uritemplate:std-uritemplate:0.0.56'
10-
10+
testImplementation 'io.opentelemetry.semconv:opentelemetry-semconv:1.25.0-alpha'
11+
testImplementation 'io.opentelemetry.semconv:opentelemetry-semconv-incubating:1.25.0-alpha'
12+
1113
implementation 'com.google.code.gson:gson:2.10.1'
1214

1315
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'

0 commit comments

Comments
 (0)