We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 924fff5 + 98754a7 commit 272db13Copy full SHA for 272db13
gradle/dependencies.gradle
@@ -6,10 +6,7 @@ dependencies {
6
testImplementation 'org.mockito:mockito-inline:5.2.0'
7
testImplementation 'io.opentelemetry:opentelemetry-api:1.37.0'
8
testImplementation 'io.opentelemetry:opentelemetry-context:1.37.0'
9
- testImplementation 'io.github.std-uritemplate:std-uritemplate:0.0.56'
10
- testImplementation 'io.opentelemetry.semconv:opentelemetry-semconv:1.25.0-alpha'
11
- testImplementation 'io.opentelemetry.semconv:opentelemetry-semconv-incubating:1.25.0-alpha'
12
-
+ testImplementation 'io.github.std-uritemplate:std-uritemplate:0.0.57'
13
implementation 'com.google.code.gson:gson:2.10.1'
14
15
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
0 commit comments