File tree 2 files changed +3
-3
lines changed
splunk-otel-android-volley
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ dependencies {
72
72
testImplementation(" org.assertj:assertj-core:3.25.3" )
73
73
testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
74
74
testImplementation(" org.robolectric:robolectric:4.11.1" )
75
- testImplementation(" org.mockito:mockito-core:5.10 .0" )
75
+ testImplementation(" org.mockito:mockito-core:5.11 .0" )
76
76
testImplementation(" androidx.test:core:1.5.0" )
77
77
testImplementation(" com.google.mockwebserver:mockwebserver:20130706" )
78
78
testImplementation(" com.android.volley:volley:1.2.1" )
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ dependencies {
66
66
api(" com.squareup.okhttp3:okhttp:4.12.0" )
67
67
api(" io.zipkin.reporter2:zipkin-sender-okhttp3:3.3.0" )
68
68
69
- testImplementation(" org.mockito:mockito-core:5.10 .0" )
70
- testImplementation(" org.mockito:mockito-junit-jupiter:5.10 .0" )
69
+ testImplementation(" org.mockito:mockito-core:5.11 .0" )
70
+ testImplementation(" org.mockito:mockito-junit-jupiter:5.11 .0" )
71
71
testImplementation(platform(" org.junit:junit-bom:5.10.2" ))
72
72
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
73
73
testImplementation(" org.junit.jupiter:junit-jupiter-engine" )
You can’t perform that action at this time.
0 commit comments