File tree 2 files changed +2
-2
lines changed
splunk-otel-android-volley
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencies {
70
70
testImplementation(" org.assertj:assertj-core:3.24.2" )
71
71
testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
72
72
testImplementation(" org.robolectric:robolectric:4.10" )
73
- testImplementation(" org.mockito:mockito-core:5.2 .0" )
73
+ testImplementation(" org.mockito:mockito-core:5.3 .0" )
74
74
testImplementation(" androidx.test:core:1.5.0" )
75
75
testImplementation(" com.google.mockwebserver:mockwebserver:20130706" )
76
76
testImplementation(" com.android.volley:volley:1.2.1" )
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
64
64
api(" io.opentelemetry:opentelemetry-api" )
65
65
api(" com.squareup.okhttp3:okhttp:4.10.0" )
66
66
67
- testImplementation(" org.mockito:mockito-core:5.2 .0" )
67
+ testImplementation(" org.mockito:mockito-core:5.3 .0" )
68
68
testImplementation(" org.mockito:mockito-junit-jupiter:5.3.0" )
69
69
testImplementation(platform(" org.junit:junit-bom:5.9.2" ))
70
70
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
You can’t perform that action at this time.
0 commit comments