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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-11 08:18:37 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-12-11 13:23:20 +0300
commit7802386a28c58da31aeebed318315e5856f94f59 (patch)
treec26db865df8ffc9656ff48562ea8f44d786b2260
parent92bf6199255f7abe472e84c683c7acb7d1a8c582 (diff)
Bump annotations from 15.0 to 20.1.0
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 15.0 to 20.1.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/commits/20.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 f7f7c6c09..c30c18a5a 100644
--- a/markdown/build.gradle
+++ b/markdown/build.gradle
@@ -54,7 +54,7 @@ dependencies {
exclude group: 'org.jetbrains', module: 'annotations-java5'
}
annotationProcessor "io.noties:prism4j-bundler:2.0.0"
- implementation 'org.jetbrains:annotations:15.0'
+ implementation 'org.jetbrains:annotations:20.1.0'
implementation 'com.yydcdut:markdown-processor:0.1.3'
implementation 'com.yydcdut:rxmarkdown-wrapper:0.1.3'