Skip to content

Commit cbc2747

Browse files
build(deps): bump org.mockito:mockito-core from 5.8.0 to 5.9.0 (#158)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.8.0...v5.9.0) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6362de2 commit cbc2747

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
@@ -43,7 +43,7 @@ dependencies {
4343
testImplementation 'org.eclipse.parsson:parsson:1.1.5'
4444
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
4545
testImplementation 'org.assertj:assertj-core:3.25.1'
46-
testImplementation 'org.mockito:mockito-core:5.8.0'
46+
testImplementation 'org.mockito:mockito-core:5.9.0'
4747
}
4848

4949
test {

0 commit comments

Comments
 (0)