Skip to content

Commit 91211e0

Browse files
chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.40.0
1 parent 7ece7ac commit 91211e0

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
@@ -36,7 +36,7 @@ class BukkitAnnotationsRule implements ComponentMetadataRule {
3636
void execute(final ComponentMetadataContext componentMetadataContext) {
3737
componentMetadataContext.details.withVariant("compile") {
3838
withDependencies {
39-
add("com.google.errorprone:error_prone_annotations:2.38.0")
39+
add("com.google.errorprone:error_prone_annotations:2.40.0")
4040
add("org.jetbrains:annotations:26.0.2")
4141
}
4242
}

0 commit comments

Comments
 (0)