We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87a69d0 + edb5520 commit 95e1842Copy full SHA for 95e1842
1 file changed
gradle/dependencies.gradle
@@ -2,9 +2,9 @@ dependencies {
2
// Use JUnit test framework
3
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
4
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5
- testImplementation 'org.mockito:mockito-core:5.19.0'
6
- testImplementation 'io.opentelemetry:opentelemetry-api:1.57.0'
7
- testImplementation 'io.opentelemetry:opentelemetry-context:1.57.0'
+ testImplementation 'org.mockito:mockito-core:5.21.0'
+ testImplementation 'io.opentelemetry:opentelemetry-api:1.54.0'
+ testImplementation 'io.opentelemetry:opentelemetry-context:1.54.0'
8
testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6'
9
implementation 'com.google.code.gson:gson:2.13.2'
10
0 commit comments