Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 2b0e255 commit 24d4022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ dependencies {
testImplementation libraries.junit5
testImplementation group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.15.0'
testImplementation group: 'org.jdom', name: 'jdom2', version: '2.0.6.1'
testImplementation 'org.mockito:mockito-core:5.13.0'
testImplementation 'org.mockito:mockito-core:5.14.2'
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
testImplementation 'org.springframework:spring-test:6.2.0'
testImplementation group: 'xerces', name: 'xercesImpl', version: '2.12.2'
Expand Down Expand Up @@ -290,7 +290,7 @@ subprojects {
testImplementation libraries.junit5
testImplementation group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.15.0'
testImplementation group: 'org.jdom', name: 'jdom2', version: '2.0.6.1'
testImplementation 'org.mockito:mockito-core:5.13.0'
testImplementation 'org.mockito:mockito-core:5.14.2'
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
testImplementation 'org.springframework:spring-test:6.2.0'
testImplementation group: 'xerces', name: 'xercesImpl', version: '2.12.2'
Expand Down

0 comments on commit 24d4022

Please sign in to comment.