File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ dependencies {
467
467
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.2'
468
468
469
469
// For mocking features during unit tests
470
- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.10.0 '
470
+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.15.2 '
471
471
472
472
// flexmark markdown parsing / conversion
473
473
implementation ' com.vladsch.flexmark:flexmark-all:0.64.8'
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
testImplementation ' org.junit.jupiter:junit-jupiter-params:5.10.2'
40
40
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.2'
41
41
// For mocking features during unit tests
42
- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.10.0 '
42
+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.15.2 '
43
43
}
44
44
45
45
test {
You can’t perform that action at this time.
0 commit comments