Skip to content

Commit

Permalink
Bump org.mockito:mockito-core from 5.6.0 to 5.7.0
Browse files Browse the repository at this point in the history
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.6.0 to 5.7.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.6.0...v5.7.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent 9258735 commit d91a62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ allprojects {
implementation("org.junit.platform:junit-platform-suite-engine:1.8.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("org.mockito:mockito-core:5.6.0")
implementation("org.mockito:mockito-core:5.7.0")
implementation("org.awaitility:awaitility:4.2.0")

implementation("com.fasterxml.jackson.datatype:jackson-datatype-jakarta-jsonp:2.15.3")
Expand Down

0 comments on commit d91a62a

Please sign in to comment.