Skip to content

Commit 49eae1f

Browse files
Bump org.mockito:mockito-core from 5.20.0 to 5.21.0 (#63)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.20.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.20.0...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 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 6a63248 commit 49eae1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ subprojects {
4848
testImplementation 'org.junit.jupiter:junit-jupiter'
4949
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5050
testImplementation 'org.assertj:assertj-core:3.27.6'
51-
testImplementation 'org.mockito:mockito-core:5.20.0'
51+
testImplementation 'org.mockito:mockito-core:5.21.0'
5252
}
5353

5454
test {

0 commit comments

Comments
 (0)