File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ dependencies {
22
22
testImplementation ' com.github.stefanbirkner:system-rules:1.19.0'
23
23
testImplementation ' junit:junit:4.13.2'
24
24
testImplementation ' net.bytebuddy:byte-buddy:1.14.12'
25
- testImplementation ' org.assertj:assertj-core:3.25 .3'
26
- testImplementation ' org.hamcrest:hamcrest:2.2 '
27
- testImplementation ' org.mockito:mockito-core:5.10 .0'
28
- testImplementation ' org.awaitility:awaitility:4.2 .0'
29
- testImplementation ' nl.jqno.equalsverifier:equalsverifier:3.16.1 '
25
+ testImplementation ' org.assertj:assertj-core:3.27 .3'
26
+ testImplementation ' org.hamcrest:hamcrest:3.0 '
27
+ testImplementation ' org.mockito:mockito-core:5.17 .0'
28
+ testImplementation ' org.awaitility:awaitility:4.3 .0'
29
+ testImplementation ' nl.jqno.equalsverifier:equalsverifier:3.19.3 '
30
30
testAnnotationProcessor(" org.projectlombok:lombok:$lombokVersion " )
31
31
}
32
32
Original file line number Diff line number Diff line change 1
- lombokVersion = 1.18.30
2
- jmockVersion = 2.12.0
1
+ lombokVersion = 1.18.38
You can’t perform that action at this time.
0 commit comments