Skip to content

Commit

Permalink
Bump org.mockito.kotlin:mockito-kotlin from 4.1.0 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 4.1.0 to 5.1.0.
- [Release notes](https://github.com/mockito/mockito-kotlin/releases)
- [Commits](mockito/mockito-kotlin@4.1.0...5.1.0)

---
updated-dependencies:
- dependency-name: org.mockito.kotlin:mockito-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 77d650c commit 5631c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ configure(rootProject) {
testImplementation("org.apache.httpcomponents.client5:httpclient5:$httpclient_version")
testImplementation("org.testcontainers:testcontainers:$testcontainers_version")
testImplementation("org.testcontainers:junit-jupiter:$testcontainers_version")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.1.0")
testImplementation("org.mockito:mockito-inline:4.1.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:$junit_jupiter_version")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junit_jupiter_version")
Expand Down

0 comments on commit 5631c10

Please sign in to comment.