Skip to content

Commit

Permalink
Bump org.mockito:mockito-core from 4.5.1 to 4.11.0 (#422)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Aug 31, 2023
1 parent 7aea0e9 commit 72920bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
testImplementation("com.google.protobuf:protobuf-gradle-plugin:0.8.18")
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testImplementation("org.mockito:mockito-core:4.5.1")
testImplementation("org.mockito:mockito-core:4.11.0")
}

tasks.jar {
Expand Down
2 changes: 1 addition & 1 deletion interop_testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

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

testImplementation("org.mockito:mockito-core:4.5.1")
testImplementation("org.mockito:mockito-core:4.11.0")
testImplementation("com.squareup.okhttp:okhttp:2.7.5") {
because("transitive dep for grpc-okhttp")
}
Expand Down

0 comments on commit 72920bb

Please sign in to comment.