Skip to content

Commit 60ac7d9

Browse files
[Dependabot]: Bump org.mockito:mockito-core from 5.17.0 to 5.21.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.17.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.17.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 e527237 commit 60ac7d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ dependencies {
112112
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
113113

114114
// Mocking libraries
115-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.17.0'
115+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.21.0'
116116
testImplementation group: 'org.wiremock', name: 'wiremock', version: '3.12.1'
117117

118118
// Wait test utility

0 commit comments

Comments
 (0)