Skip to content

Commit

Permalink
Bump mockito-inline in /api-wrapper/services/api-wrapper
Browse files Browse the repository at this point in the history
Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.6.28 to 4.6.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.6.28...v4.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 9, 2022
1 parent 811afe3 commit f3e4319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-wrapper/services/api-wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testImplementation("org.assertj:assertj-core:3.22.0")
testImplementation("org.mockito:mockito-inline:4.5.1")
testImplementation("org.mockito:mockito-inline:4.6.1")
}

java {
Expand Down

0 comments on commit f3e4319

Please sign in to comment.