Skip to content

Commit 4b4eff3

Browse files
Bump org.mockito:mockito-core from 5.10.0 to 5.15.2
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.10.0 to 5.15.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.10.0...v5.15.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be26a55 commit 4b4eff3

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
@@ -448,7 +448,7 @@ dependencies {
448448
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
449449

450450
// For mocking features during unit tests
451-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.10.0'
451+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'
452452

453453
// flexmark markdown parsing / conversion
454454
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)