We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ace30 commit 20a3c71Copy full SHA for 20a3c71
1 file changed
build.gradle
@@ -13,8 +13,8 @@ repositories {
13
dependencies {
14
implementation 'org.owasp:dependency-check-gradle:12.2.0'
15
implementation 'org.apache.maven:maven-artifact:3.9.12'
16
- compileOnly 'org.projectlombok:lombok:1.18.42'
17
- annotationProcessor 'org.projectlombok:lombok:1.18.42'
+ compileOnly 'org.projectlombok:lombok:1.18.46'
+ annotationProcessor 'org.projectlombok:lombok:1.18.46'
18
19
testImplementation group: 'com.google.guava', name: 'guava', version: '33.5.0-jre'
20
testImplementation group: 'commons-io', name: 'commons-io', version: '2.21.0'
0 commit comments