Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Bump annotations from 21.0.0 to 22.0.0
Browse files Browse the repository at this point in the history
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.0 to 22.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@21.0.0...22.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 Aug 13, 2021
1 parent e002dbe commit 5d435ff
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 @@ -57,7 57,7 @@ allprojects {
dependencies {
testImplementation 'junit:junit:4.13.2'
implementation "org.apache.tuweni:tuweni-toml:$tuweni_toml_version"
compile "org.jetbrains:annotations:21.0.0"
compile "org.jetbrains:annotations:22.0.0"
}

jacocoTestReport {
Expand Down

0 comments on commit 5d435ff

Please sign in to comment.