File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ dependencies {
33
44 testImplementation(" org.junit.jupiter:junit-jupiter:6.0.1" )
55 testImplementation(" org.assertj:assertj-core:3.25.2" )
6- testImplementation(" org.mockito:mockito-core:5.8 .0" )
7- testImplementation(" org.mockito:mockito-junit-jupiter:5.8 .0" )
6+ testImplementation(" org.mockito:mockito-core:5.20 .0" )
7+ testImplementation(" org.mockito:mockito-junit-jupiter:5.20 .0" )
88 testImplementation(" org.mockito:mockito-inline:5.2.0" )
99 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1010}
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ dependencies {
3737
3838 testImplementation(" org.junit.jupiter:junit-jupiter:6.0.1" )
3939 testImplementation(" org.assertj:assertj-core:3.25.2" )
40- testImplementation(" org.mockito:mockito-core:5.8 .0" )
41- testImplementation(" org.mockito:mockito-junit-jupiter:5.8 .0" )
40+ testImplementation(" org.mockito:mockito-core:5.20 .0" )
41+ testImplementation(" org.mockito:mockito-junit-jupiter:5.20 .0" )
4242 testImplementation(" org.mockito:mockito-inline:5.2.0" )
4343 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
4444}
You can’t perform that action at this time.
0 commit comments