Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-junit-jupiter to v5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 11, 2024
1 parent f18249e commit e01edbb
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 @@ -167,7 +167,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.3'

testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.11.0'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.12.0'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8-standalone', version: '3.0.1'

integrationTestImplementation sourceSets.main.runtimeClasspath
Expand Down

0 comments on commit e01edbb

Please sign in to comment.