Skip to content

Commit

Permalink
fix: bump org.mockito.kotlin:mockito-kotlin from 5.2.1 to 5.3.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.2.1 to 5.3.1.
- [Release notes](https://github.com/mockito/mockito-kotlin/releases)
- [Commits](mockito/mockito-kotlin@5.2.1...5.3.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
1 parent 982f334 commit f3dd42d
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 @@ -33,7 +33,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testImplementation 'org.junit-pioneer:junit-pioneer:2.2.0'
testImplementation "org.mockito.kotlin:mockito-kotlin:5.2.1"
testImplementation "org.mockito.kotlin:mockito-kotlin:5.3.1"
testImplementation 'com.microsoft.playwright:playwright:1.42.0'

testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
Expand Down

0 comments on commit f3dd42d

Please sign in to comment.