We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3360e commit 1721b91Copy full SHA for 1721b91
depclean-gradle-plugin/build.gradle
@@ -25,8 +25,8 @@ dependencies {
25
implementation('se.kth.castor:depclean-core:2.0.6')
26
implementation('se.kth.castor:depclean-maven-plugin:2.0.6')
27
implementation('org.slf4j:slf4j-log4j12:2.0.16')
28
- compileOnly('org.projectlombok:lombok:1.18.34')
29
- annotationProcessor 'org.projectlombok:lombok:1.18.34'
+ compileOnly('org.projectlombok:lombok:1.18.36')
+ annotationProcessor 'org.projectlombok:lombok:1.18.36'
30
testImplementation('org.spockframework:spock-core:2.3-groovy-4.0')
31
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
32
}
0 commit comments