Skip to content

Commit 1f53bd8

Browse files
Merge pull request #5128 from RPTools/dependabot/gradle/develop/org.mockito-mockito-core-5.15.2
Bump org.mockito:mockito-core from 5.10.0 to 5.15.2
2 parents cd0e0eb + 4b4eff3 commit 1f53bd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ dependencies {
467467
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
468468

469469
// 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'
471471

472472
// flexmark markdown parsing / conversion
473473
implementation 'com.vladsch.flexmark:flexmark-all:0.64.8'

clientserver/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
4040
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
4141
// 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'
4343
}
4444

4545
test {

0 commit comments

Comments
 (0)