File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
4242 testImplementation project(' :testing' )
4343 testImplementation ' androidx.test.ext:junit:1.2.1'
4444 testImplementation ' org.robolectric:robolectric:4.12.1'
45- testImplementation ' org.mockito:mockito-core:5.16.1 '
45+ testImplementation ' org.mockito:mockito-core:5.17.0 '
4646
4747 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
4848 androidTestImplementation ' androidx.test:runner:1.6.2'
Original file line number Diff line number Diff line change 11dependencies {
2- implementation ' org.slf4j:slf4j-api:2.0.16 '
2+ implementation ' org.slf4j:slf4j-api:2.0.17 '
33}
Original file line number Diff line number Diff line change @@ -7,12 +7,9 @@ plugins {
77
88dependencies {
99 spotbugs ' com.github.spotbugs:spotbugs:4.8.6'
10- spotbugsPlugins ' com.h3xstream.findsecbugs:findsecbugs-plugin:1.13 .0'
10+ spotbugsPlugins ' com.h3xstream.findsecbugs:findsecbugs-plugin:1.14 .0'
1111
12- compileOnly ' com.google.code.findbugs:jsr305:3.0.2'
13- compileOnly ' com.github.spotbugs:spotbugs-annotations:4.8.6'
14-
15- testImplementation ' com.google.code.findbugs:jsr305:3.0.2'
12+ implementation ' com.github.spotbugs:spotbugs-annotations:4.8.6'
1613}
1714
1815spotbugs {
You can’t perform that action at this time.
0 commit comments