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 c3d3fcc + 6efb4b0 commit 439dae6Copy full SHA for 439dae6
core/build.gradle
@@ -71,8 +71,8 @@ configurations.all {
71
dependencies {
72
api 'junit:junit:4.13.2'
73
api 'org.slf4j:slf4j-api:1.7.36'
74
- compileOnly 'org.jetbrains:annotations:24.0.1'
75
- testCompileOnly 'org.jetbrains:annotations:24.0.1'
+ compileOnly 'org.jetbrains:annotations:24.1.0'
+ testCompileOnly 'org.jetbrains:annotations:24.1.0'
76
api 'org.apache.commons:commons-compress:1.25.0'
77
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
78
exclude(group: 'org.jetbrains', module: 'annotations')
0 commit comments