Skip to content

Commit 6f3f202

Browse files
Bump org.mockito:mockito-core from 5.12.0 to 5.15.2
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.12.0 to 5.15.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.12.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] <support@github.com>
1 parent 1b1a632 commit 6f3f202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation 'com.codingrodent:jackson-json-crypto:1.1.0'
4242

4343
testImplementation "junit:junit:4.13.2"
44-
testImplementation "org.mockito:mockito-core:5.12.0"
44+
testImplementation "org.mockito:mockito-core:5.15.2"
4545

4646
testImplementation(platform("org.junit:junit-bom:5.10.3"))
4747
testImplementation "org.junit.jupiter:junit-jupiter-api"

0 commit comments

Comments
 (0)