From 46ee9603af93f3680793bd078a34af39341948e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 05:39:06 +0000 Subject: [PATCH] Bump annotations from 20.0.0 to 21.0.0 in /core Bumps [annotations](https://github.com/JetBrains/java-annotations) from 20.0.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.0.0...21.0.0) 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..4ea955a2b8d 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.0' 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') {