Skip to content

Commit

Permalink
Bump annotations from 21.0.1 to 23.1.0 in /core
Browse files Browse the repository at this point in the history
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.1 to 23.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@21.0.1...23.1.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 Jan 1, 2023
1 parent 993c82b commit 9bc7813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {

api 'junit:junit:4.12'
api 'org.slf4j:slf4j-api:1.7.32'
compileOnly 'org.jetbrains:annotations:21.0.1'
compileOnly 'org.jetbrains:annotations:23.1.0'
testCompileClasspath 'org.jetbrains:annotations:21.0.1'
api 'org.apache.commons:commons-compress:1.20'
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
Expand Down

0 comments on commit 9bc7813

Please sign in to comment.