Skip to content

Commit

Permalink
Update mockito monorepo to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2023
1 parent c441bce commit c4163b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,9 @@ dependencies {
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.14.2'
implementation group: 'com.microsoft.azure', name: 'azure-servicebus', version: '3.6.7'

testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.11.0'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.11.0'
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '4.11.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.5.0'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.5.0'
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.14.4'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.14.4'

Expand Down

0 comments on commit c4163b2

Please sign in to comment.