We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e76c291 + 72384f2 commit 2d6c1beCopy full SHA for 2d6c1be
core/build.gradle
@@ -63,8 +63,8 @@ configurations.all {
63
64
dependencies {
65
api 'org.slf4j:slf4j-api:1.7.36'
66
- compileOnly 'org.jetbrains:annotations:26.0.2-1'
67
- testCompileOnly 'org.jetbrains:annotations:26.0.2-1'
+ compileOnly 'org.jetbrains:annotations:26.1.0'
+ testCompileOnly 'org.jetbrains:annotations:26.1.0'
68
api 'org.apache.commons:commons-compress:1.28.0'
69
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
70
exclude(group: 'org.jetbrains', module: 'annotations')
0 commit comments