Bump annotations from 21.0.1 to 22.0.0

Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.1 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](https://github.com/JetBrains/java-annotations/compare/21.0.1...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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-12 13:09:26 +00:00 committed by Niedermann IT-Dienstleistungen
parent 62b41c0212
commit 3c95434b20

View file

@ -55,7 +55,7 @@ dependencies {
exclude group: 'org.jetbrains', module: 'annotations-java5' exclude group: 'org.jetbrains', module: 'annotations-java5'
} }
annotationProcessor 'io.noties:prism4j-bundler:2.0.0' annotationProcessor 'io.noties:prism4j-bundler:2.0.0'
implementation 'org.jetbrains:annotations:21.0.1' implementation 'org.jetbrains:annotations:22.0.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'