Skip to content

Commit 32839e0

Browse files
fix(deps): update dependency com.google.code.findbugs:annotations to v3.0.1
1 parent c8a9e2c commit 32839e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ val CORE_DEPENDENCIES = listOf(
5252
)
5353

5454
val DEPENDENCIES = listOf(
55-
"com.google.code.findbugs:annotations:3.0.1u2",
55+
"com.google.code.findbugs:annotations:3.0.1",
5656
"com.google.code.findbugs:jsr305:3.0.2",
5757
"com.squareup.okhttp3:okhttp:4.12.0",
5858
"com.uber.nullaway:nullaway:0.11.3",

0 commit comments

Comments
 (0)