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 e2103a4 + a3eb1ff commit 53a9956Copy full SHA for 53a9956
gradle/dependencies.gradle
@@ -3,8 +3,8 @@ dependencies {
3
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
4
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5
testImplementation 'org.mockito:mockito-core:5.16.0'
6
- testImplementation 'io.opentelemetry:opentelemetry-api:1.47.0'
7
- testImplementation 'io.opentelemetry:opentelemetry-context:1.47.0'
+ testImplementation 'io.opentelemetry:opentelemetry-api:1.48.0'
+ testImplementation 'io.opentelemetry:opentelemetry-context:1.48.0'
8
testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6'
9
implementation 'com.google.code.gson:gson:2.12.1'
10
0 commit comments