Skip to content

Commit

Permalink
Update dependency org.powermock:powermock-api-mockito2 to v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent b206891 commit cf7a9c1
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 @@ -307,7 +307,7 @@ dependencies {
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.20.2'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.11.2'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '3.8.0'
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.2'
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9'
testImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.18.0'

testImplementation group: 'org.pdfbox', name: 'com.springsource.org.pdfbox', version: '0.7.3'
Expand Down

0 comments on commit cf7a9c1

Please sign in to comment.