File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ dependencies {
30
30
testImplementation(" org.junit.jupiter:junit-jupiter" )
31
31
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
32
32
testImplementation(group = " org.assertj" , name = " assertj-core" , version = " 3.27.3" )
33
- testImplementation(group = " org.mockito" , name = " mockito-core" , version = " 5.16.0 " )
34
- testImplementation(group = " org.mockito" , name = " mockito-junit-jupiter" , version = " 5.16.0 " )
35
- mockitoAgent( group = " org.mockito" , name = " mockito-core" , version = " 5.16.0 " ) {
33
+ testImplementation(group = " org.mockito" , name = " mockito-core" , version = " 5.16.1 " )
34
+ testImplementation(group = " org.mockito" , name = " mockito-junit-jupiter" , version = " 5.16.1 " )
35
+ mockitoAgent( group = " org.mockito" , name = " mockito-core" , version = " 5.16.1 " ) {
36
36
isTransitive = false
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments