Skip to content

Commit 72920bb

Browse files
Bump org.mockito:mockito-core from 4.5.1 to 4.11.0 (#422)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.5.1 to 4.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.5.1...v4.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7aea0e9 commit 72920bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
testImplementation("com.google.protobuf:protobuf-gradle-plugin:0.8.18")
2929
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
3030
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")
31-
testImplementation("org.mockito:mockito-core:4.5.1")
31+
testImplementation("org.mockito:mockito-core:4.11.0")
3232
}
3333

3434
tasks.jar {

interop_testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222

2323
implementation("com.google.truth:truth:1.1.3")
2424

25-
testImplementation("org.mockito:mockito-core:4.5.1")
25+
testImplementation("org.mockito:mockito-core:4.11.0")
2626
testImplementation("com.squareup.okhttp:okhttp:2.7.5") {
2727
because("transitive dep for grpc-okhttp")
2828
}

0 commit comments

Comments
 (0)