Skip to content

Commit 1801ef8

Browse files
authored
Merge pull request #195 from KyoriPowered/renovate/org.jetbrains-annotations-26.x
chore(deps): Update dependency org.jetbrains:annotations to v26
2 parents f027855 + 81a6769 commit 1801ef8

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
@@ -37,7 +37,7 @@ class BukkitAnnotationsRule implements ComponentMetadataRule {
3737
componentMetadataContext.details.withVariant("compile") {
3838
withDependencies {
3939
add("com.google.errorprone:error_prone_annotations:2.36.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)