Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent b3ecf65 commit 15d2767
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 @@ -36,7 +36,7 @@ dependencies {
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.3'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.2'
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.11.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0'
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '3.2.5'
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.2.5'
compileOnly group: 'jakarta.servlet', name: 'jakarta.servlet-api', version: '6.1.0-M2'
Expand Down

0 comments on commit 15d2767

Please sign in to comment.