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 7c7cad2 + bd7ffd6 commit ce0d010Copy full SHA for ce0d010
gradle/dependencies.gradle
@@ -3,8 +3,8 @@ dependencies {
3
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
4
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5
testImplementation 'org.mockito:mockito-core:5.17.0'
6
- testImplementation 'io.opentelemetry:opentelemetry-api:1.49.0'
7
- testImplementation 'io.opentelemetry:opentelemetry-context:1.49.0'
+ testImplementation 'io.opentelemetry:opentelemetry-api:1.50.0'
+ testImplementation 'io.opentelemetry:opentelemetry-context:1.50.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