File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ repositories {
17
17
}
18
18
19
19
dependencies {
20
- compileOnly(" org.projectlombok:lombok:1.18.34 " )
21
- annotationProcessor(" org.projectlombok:lombok:1.18.34 " )
20
+ compileOnly(" org.projectlombok:lombok:1.18.36 " )
21
+ annotationProcessor(" org.projectlombok:lombok:1.18.36 " )
22
22
implementation(" com.google.guava:guava:33.3.1-jre" )
23
23
implementation(" org.apache.commons:commons-lang3:3.17.0" )
24
24
25
- testCompileOnly(" org.projectlombok:lombok:1.18.34 " )
25
+ testCompileOnly(" org.projectlombok:lombok:1.18.36 " )
26
26
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.3" )
27
27
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.3" )
28
28
testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.3" )
You can’t perform that action at this time.
0 commit comments