File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 testImplementation(" org.codehaus.groovy:groovy-all:3.0.25" )
77 testImplementation(platform(" org.junit:junit-bom:6.0.3" ))
88 testImplementation(" org.junit.jupiter:junit-jupiter" )
9- testImplementation(" org.mockito:mockito-core:5.21 .0" )
9+ testImplementation(" org.mockito:mockito-core:5.22 .0" )
1010}
1111
1212tasks.getByName<Test >(" test" ) {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 testImplementation(" org.codehaus.groovy:groovy-all:3.0.25" )
5252 testImplementation(platform(" org.junit:junit-bom:6.0.3" ))
5353 testImplementation(" org.junit.jupiter:junit-jupiter" )
54- testImplementation(" org.mockito:mockito-core:5.21 .0" )
54+ testImplementation(" org.mockito:mockito-core:5.22 .0" )
5555}
5656
5757java {
You can’t perform that action at this time.
0 commit comments