Skip to content

Commit dfa24d7

Browse files
chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.45.0
1 parent ffbbe28 commit dfa24d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class BukkitAnnotationsRule implements ComponentMetadataRule {
3232
void execute(final ComponentMetadataContext componentMetadataContext) {
3333
componentMetadataContext.details.withVariant("compile") {
3434
withDependencies {
35-
add("com.google.errorprone:error_prone_annotations:2.41.0")
35+
add("com.google.errorprone:error_prone_annotations:2.45.0")
3636
add("org.jetbrains:annotations:26.0.2")
3737
}
3838
}

0 commit comments

Comments
 (0)