Skip to content

Commit 55ce85d

Browse files
chore(deps): Update dependency org.jetbrains:annotations to v26
1 parent 156c4c2 commit 55ce85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class BukkitAnnotationsRule implements ComponentMetadataRule {
3737
componentMetadataContext.details.withVariant("compile") {
3838
withDependencies {
3939
add("com.google.errorprone:error_prone_annotations:2.33.0")
40-
add("org.jetbrains:annotations:25.0.0")
40+
add("org.jetbrains:annotations:26.0.2")
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)