Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-junit-jupiter to v5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 5, 2023
1 parent deef01b commit 5df7872
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 @@ -153,7 +153,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: versions.junitJupiter
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'

testImplementation 'org.mockito:mockito-junit-jupiter:5.5.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.8.0'
testImplementation 'ru.lanwen.wiremock:wiremock-junit5:1.3.1'

testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.35.1'
Expand Down

0 comments on commit 5df7872

Please sign in to comment.