Skip to content

Commit

Permalink
Bump org.jetbrains:annotations from 22.0.0 to 24.1.0
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 22.0.0 to 24.1.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@22.0.0...24.1.0)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent e9d02da commit 1ee5882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {

dependencies {
// Dependencies that we want to shade in
implementation("org.jetbrains:annotations:22.0.0")
implementation("org.jetbrains:annotations:24.1.0")
implementation("com.iridium:IridiumCore:1.8.6")
implementation("org.bstats:bstats-bukkit:3.0.2")
implementation("com.j256.ormlite:ormlite-core:6.1")
Expand Down

0 comments on commit 1ee5882

Please sign in to comment.