diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 33cdbfbd..6f1814c5 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -3,8 +3,8 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.19.0' - testImplementation 'io.opentelemetry:opentelemetry-api:1.54.0' - testImplementation 'io.opentelemetry:opentelemetry-context:1.54.0' + testImplementation 'io.opentelemetry:opentelemetry-api:1.54.1' + testImplementation 'io.opentelemetry:opentelemetry-context:1.54.1' testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6' implementation 'com.google.code.gson:gson:2.13.2'