Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 4bd4e52 commit 0807b39
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 @@ -129,7 +129,7 @@ dependencies {
testImplementation(platform("org.mockito:mockito-bom:5.7.0")) // Needs to be compatible with Micronaut BOM
testImplementation("org.mockito:mockito-core")
testImplementation("org.mockito:mockito-junit-jupiter")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.1.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.2.1")

testImplementation("io.rest-assured:rest-assured:${depVersions["restAssured"]}")
testImplementation("io.rest-assured:kotlin-extensions:${depVersions["restAssured"]}")
Expand Down

0 comments on commit 0807b39

Please sign in to comment.