File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ dependencies {
2222 testImplementation ' com.github.stefanbirkner:system-rules:1.19.0'
2323 testImplementation ' junit:junit:4.13.2'
2424 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 '
3030 testAnnotationProcessor(" org.projectlombok:lombok:$lombokVersion " )
3131}
3232
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