File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ subprojects {
21
21
22
22
dependencies {
23
23
/* * Annotations **/
24
- implementation(" org.projectlombok:lombok:1.18.34 " )
25
- annotationProcessor(" org.projectlombok:lombok:1.18.34 " )
24
+ implementation(" org.projectlombok:lombok:1.18.36 " )
25
+ annotationProcessor(" org.projectlombok:lombok:1.18.36 " )
26
26
implementation(" org.jetbrains:annotations:24.1.0" )
27
27
implementation(" org.jetbrains:annotations:24.1.0" )
28
28
29
29
/* * Test dependencies **/
30
30
testImplementation(platform(" org.junit:junit-bom:5.10.2" ))
31
31
testImplementation(" org.junit.jupiter:junit-jupiter" )
32
32
testImplementation(" org.assertj:assertj-core:3.26.0" )
33
- testImplementation(" org.projectlombok:lombok:1.18.34 " )
34
- testAnnotationProcessor(" org.projectlombok:lombok:1.18.34 " )
33
+ testImplementation(" org.projectlombok:lombok:1.18.36 " )
34
+ testAnnotationProcessor(" org.projectlombok:lombok:1.18.36 " )
35
35
}
36
36
37
37
java {
You can’t perform that action at this time.
0 commit comments