Skip to content

Commit 114df3e

Browse files
Bump org.mockito:mockito-core from 4.11.0 to 5.17.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.17.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.17.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.17.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f248d16 commit 114df3e

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
@@ -44,7 +44,7 @@ dependencies {
4444
testImplementation platform('org.junit:junit-bom:5.11.4')
4545
testImplementation 'org.junit.jupiter:junit-jupiter'
4646
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.2'
47-
testImplementation 'org.mockito:mockito-core:4.11.0'
47+
testImplementation 'org.mockito:mockito-core:5.17.0'
4848
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
4949
}
5050

0 commit comments

Comments
 (0)