Skip to content

Commit 1d2e825

Browse files
Bump org.mockito:mockito-core from 5.13.0 to 5.21.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.13.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.13.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>
1 parent f428cf2 commit 1d2e825

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
@@ -18,7 +18,7 @@ dependencies {
1818
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2'
1919

2020
// https://mvnrepository.com/artifact/org.mockito/mockito-core
21-
testImplementation 'org.mockito:mockito-core:5.13.0'
21+
testImplementation 'org.mockito:mockito-core:5.21.0'
2222
}
2323

2424

0 commit comments

Comments
 (0)