Skip to content

Commit bab69a2

Browse files
dependabot[bot]MediaMarco
authored andcommitted
Bump org.mockito:mockito-core from 5.14.2 to 5.15.2
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.2 to 5.15.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.14.2...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] <support@github.com>
1 parent 8c9dad2 commit bab69a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
testCompileOnly 'junit:junit:4.13.2'
1919
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}"
2020

21-
testImplementation "org.mockito:mockito-core:5.14.2"
21+
testImplementation "org.mockito:mockito-core:5.15.2"
2222
testImplementation("com.github.stefanbirkner:system-rules:1.19.0") {
2323
exclude group: 'junit', module: 'junit-dep'
2424
}

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
testCompileOnly 'junit:junit:4.13.2'
4242
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}"
4343
testImplementation "org.hamcrest:hamcrest:3.0"
44-
testImplementation "org.mockito:mockito-core:5.14.2"
44+
testImplementation "org.mockito:mockito-core:5.15.2"
4545
testImplementation("com.github.stefanbirkner:system-rules:1.19.0") {
4646
exclude group: 'junit', module: 'junit-dep'
4747
}

0 commit comments

Comments
 (0)