Skip to content

Commit

Permalink
Bump mockito-kotlin from 3.1.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/mockito/mockito-kotlin/releases)
- [Commits](mockito/mockito-kotlin@3.1.0...4.0.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Brutus5000 committed Dec 12, 2021
1 parent 9a4d7f5 commit f897f83
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 @@ -54,7 +54,7 @@ dependencies {
testImplementation("org.springframework.security:spring-security-oauth2-client")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.springframework.security:spring-security-test")
testImplementation("org.mockito.kotlin:mockito-kotlin:3.1.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.0.0")
testImplementation("io.projectreactor:reactor-test")
testImplementation("org.mock-server:mockserver-netty:5.11.2")
testImplementation("org.mock-server:mockserver-client-java:5.11.2")
Expand Down

0 comments on commit f897f83

Please sign in to comment.