Skip to content

Commit c3e7ac9

Browse files
build(deps): bump org.mockito:mockito-core in the all-dependencies group (#169)
Bumps the all-dependencies group with 1 update: [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.mockito:mockito-core` from 5.11.0 to 5.12.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.11.0...v5.12.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6dbfad4 commit c3e7ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
testImplementation 'org.eclipse.parsson:parsson:1.1.6'
4141
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
4242
testImplementation 'org.assertj:assertj-core:3.25.3'
43-
testImplementation 'org.mockito:mockito-core:5.11.0'
43+
testImplementation 'org.mockito:mockito-core:5.12.0'
4444
}
4545

4646
test {

0 commit comments

Comments
 (0)