Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Bump annotations from 22.0.0 to 23.0.0
Browse files Browse the repository at this point in the history
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 22.0.0 to 23.0.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...23.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2021
1 parent 5e9621b commit c6592b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation("org.apache.commons:commons-text:1.9")
implementation("com.google.guava:guava:31.0.1-jre")
implementation("org.spongepowered:configurate-hocon:4.1.2")
implementation("org.jetbrains:annotations:22.0.0")
implementation("org.jetbrains:annotations:23.0.0")
implementation("com.zaxxer:HikariCP:5.0.0")

compileOnly("net.kyori:adventure-api:4.9.3")
Expand Down

0 comments on commit c6592b8

Please sign in to comment.