Skip to content

Commit f4a38a3

Browse files
committed
Merge branch 'main' into release/2.8.1
2 parents 03f746a + f6236c1 commit f4a38a3

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'org.slf4j:slf4j-api:2.0.16'
2+
implementation 'org.slf4j:slf4j-api:2.0.17'
33
}

buildSrc/src/main/groovy/project-convention-spotbugs.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ plugins {
77

88
dependencies {
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

1815
spotbugs {

0 commit comments

Comments
 (0)