Skip to content

Commit

Permalink
Bump annotations from 23.0.0 to 24.0.0
Browse files Browse the repository at this point in the history
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 23.0.0 to 24.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@23.0.0...24.0.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 and github-actions[bot] committed Jan 23, 2023
1 parent 6b844c6 commit 2ea449a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ java {

dependencies {
api 'org.slf4j:slf4j-api:2.0.6'
api 'org.jetbrains:annotations:23.0.0'
api 'org.jetbrains:annotations:24.0.0'
api 'com.coditory.quark:quark-eventbus:0.0.5'
testImplementation 'ch.qos.logback:logback-classic:1.4.5'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
Expand Down

0 comments on commit 2ea449a

Please sign in to comment.