Skip to content

Commit

Permalink
Update dependency org.jetbrains:annotations to v26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 499f7fb commit 656ea71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ allprojects {

dependencies {
implementation project(':versions')
implementation 'org.jetbrains:annotations:24.0.1'
implementation 'org.jetbrains:annotations:26.0.0'
shadow 'org.reflections:reflections:0.10.2'
compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
compileOnly 'nl.pim16aap2:BigDoors:0.1.8.46'
Expand Down
2 changes: 1 addition & 1 deletion versions/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
implementation 'org.reflections:reflections:0.10.2'
implementation 'org.jetbrains:annotations:24.0.1'
implementation 'org.jetbrains:annotations:26.0.0'
}

java {
Expand Down

0 comments on commit 656ea71

Please sign in to comment.