We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2c2d4 commit 40574ddCopy full SHA for 40574dd
1 file changed
build.gradle
@@ -12,8 +12,8 @@ repositories {
12
dependencies {
13
implementation 'org.owasp:dependency-check-gradle:10.0.3'
14
implementation 'org.apache.maven:maven-artifact:3.9.10'
15
- compileOnly 'org.projectlombok:lombok:1.18.38'
16
- annotationProcessor 'org.projectlombok:lombok:1.18.38'
+ compileOnly 'org.projectlombok:lombok:1.18.42'
+ annotationProcessor 'org.projectlombok:lombok:1.18.42'
17
18
testImplementation group: 'com.google.guava', name: 'guava', version: '33.4.8-jre'
19
testImplementation group: 'commons-io', name: 'commons-io', version: '2.19.0'
0 commit comments