diff --git a/core/build.gradle b/core/build.gradle index da9ec1f2a44..206f7b2b720 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -63,8 +63,8 @@ configurations.all { dependencies { api 'org.slf4j:slf4j-api:1.7.36' - compileOnly 'org.jetbrains:annotations:26.0.2-1' - testCompileOnly 'org.jetbrains:annotations:26.0.2-1' + compileOnly 'org.jetbrains:annotations:26.1.0' + testCompileOnly 'org.jetbrains:annotations:26.1.0' api 'org.apache.commons:commons-compress:1.28.0' api ('org.rnorth.duct-tape:duct-tape:1.0.8') { exclude(group: 'org.jetbrains', module: 'annotations')