From 2c3ba779f37b186489e526ca7e9c58e35f8a9f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 11:04:34 +0000 Subject: [PATCH] Bump annotations from 21.0.1 to 23.0.0 in /core Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.1 to 23.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...23.0.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... 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 824c1bb0c4e..6112633ffd4 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -102,7 +102,7 @@ dependencies { api 'junit:junit:4.12' api 'org.slf4j:slf4j-api:1.7.32' - compileOnly 'org.jetbrains:annotations:21.0.1' + compileOnly 'org.jetbrains:annotations:23.0.0' testCompileClasspath 'org.jetbrains:annotations:21.0.1' api 'org.apache.commons:commons-compress:1.20' api ('org.rnorth.duct-tape:duct-tape:1.0.8') {