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 @@ -30,9 +30,9 @@ dependencies {
3030 testImplementation(" org.junit.jupiter:junit-jupiter" )
3131 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
3232 testImplementation(group = " org.assertj" , name = " assertj-core" , version = " 3.27.6" )
33- testImplementation(group = " org.mockito" , name = " mockito-core" , version = " 5.20 .0" )
34- testImplementation(group = " org.mockito" , name = " mockito-junit-jupiter" , version = " 5.20 .0" )
35- mockitoAgent( group = " org.mockito" , name = " mockito-core" , version = " 5.20 .0" ) {
33+ testImplementation(group = " org.mockito" , name = " mockito-core" , version = " 5.21 .0" )
34+ testImplementation(group = " org.mockito" , name = " mockito-junit-jupiter" , version = " 5.21 .0" )
35+ mockitoAgent( group = " org.mockito" , name = " mockito-core" , version = " 5.21 .0" ) {
3636 isTransitive = false
3737 }
3838}
You can’t perform that action at this time.
0 commit comments