Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-21 09:48:00 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-05-21 10:17:12 +0300
commit7673d0bdb072a0862879e08ba1c58dc5f0afd0e7 (patch)
tree999cc502d43f9b84d376bddfd347a43a42b7e512
parent15598e07db75fac935ae3024058b67ecd497b529 (diff)
Bump annotations from 20.1.0 to 21.0.0
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 20.1.0 to 21.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/20.1.0...21.0.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--markdown/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/build.gradle b/markdown/build.gradle
index c3a4a134..153a5614 100644
--- a/markdown/build.gradle
+++ b/markdown/build.gradle
@@ -53,7 +53,7 @@ dependencies {
exclude group: 'org.jetbrains', module: 'annotations-java5'
}
annotationProcessor "io.noties:prism4j-bundler:2.0.0"
- implementation 'org.jetbrains:annotations:20.1.0'
+ implementation 'org.jetbrains:annotations:21.0.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'