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 3e0ec2c + 000dae8 commit 6a62558Copy full SHA for 6a62558
gradle/dependencies.gradle
@@ -3,8 +3,8 @@ dependencies {
3
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
4
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5
testImplementation 'org.mockito:mockito-core:5.18.0'
6
- testImplementation 'io.opentelemetry:opentelemetry-api:1.52.0'
7
- testImplementation 'io.opentelemetry:opentelemetry-context:1.52.0'
+ testImplementation 'io.opentelemetry:opentelemetry-api:1.53.0'
+ testImplementation 'io.opentelemetry:opentelemetry-context:1.53.0'
8
testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6'
9
implementation 'com.google.code.gson:gson:2.13.1'
10
0 commit comments