From 6a9d8c2e64491dd4ab4bfa2a8668c90f62627916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 05:32:09 +0000 Subject: [PATCH] Bump annotations from 20.0.0 to 21.0.1 in /core Bumps [annotations](https://github.com/JetBrains/java-annotations) from 20.0.0 to 21.0.1. - [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.0.0...21.0.1) Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index bb27f4378e4..d7e322a1b64 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -164,7 +164,7 @@ dependencies { compile 'junit:junit:4.12' compile 'org.slf4j:slf4j-api:1.7.30' - compileOnly 'org.jetbrains:annotations:20.0.0' + compileOnly 'org.jetbrains:annotations:21.0.1' testCompileOnly 'org.jetbrains:annotations:20.0.0' compile 'org.apache.commons:commons-compress:1.20' compile ('org.rnorth.duct-tape:duct-tape:1.0.8') {