Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 26, 2024
1 parent e0604d9 commit ff8720a
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 @@ -106,7 +106,7 @@ dependencies {
testImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.4.0'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.9.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.10.0'
testImplementation group: 'org.springframework', name: 'spring-test', version: '6.1.3'
testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'

Expand Down

0 comments on commit ff8720a

Please sign in to comment.